Skip to content

Instantly share code, notes, and snippets.

@philthynz
Created February 14, 2023 01:13
Show Gist options
  • Save philthynz/49cdd50ebcae5ecca591b69dd832d8a5 to your computer and use it in GitHub Desktop.
Save philthynz/49cdd50ebcae5ecca591b69dd832d8a5 to your computer and use it in GitHub Desktop.
actions-runner-controller logs
2023-02-13T21:46:19Z INFO controller-runtime.metrics Metrics server is starting to listen {"addr": "0.0.0.0:8443"}
2023-02-13T21:46:19Z INFO Initializing actions-runner-controller {"version": "v0.27.0", "default-scale-down-delay": "10m0s", "sync-period": "1m0s", "default-runner-image": "accnewzealand/actions-runner-base:latest", "default-docker-image": "docker:dind", "common-runnner-labels": null, "leader-election-enabled": true, "leader-election-id": "actions-runner-controller", "watch-namespace": "actions-runner-system-build"}
2023-02-13T21:46:19Z INFO controller-runtime.builder Registering a mutating webhook {"GVK": "actions.summerwind.dev/v1alpha1, Kind=Runner", "path": "/mutate-actions-summerwind-dev-v1alpha1-runner"}
2023-02-13T21:46:19Z INFO controller-runtime.webhook Registering webhook {"path": "/mutate-actions-summerwind-dev-v1alpha1-runner"}
2023-02-13T21:46:19Z INFO controller-runtime.builder Registering a validating webhook {"GVK": "actions.summerwind.dev/v1alpha1, Kind=Runner", "path": "/validate-actions-summerwind-dev-v1alpha1-runner"}
2023-02-13T21:46:19Z INFO controller-runtime.webhook Registering webhook {"path": "/validate-actions-summerwind-dev-v1alpha1-runner"}
2023-02-13T21:46:19Z INFO controller-runtime.builder Registering a mutating webhook {"GVK": "actions.summerwind.dev/v1alpha1, Kind=RunnerDeployment", "path": "/mutate-actions-summerwind-dev-v1alpha1-runnerdeployment"}
2023-02-13T21:46:19Z INFO controller-runtime.webhook Registering webhook {"path": "/mutate-actions-summerwind-dev-v1alpha1-runnerdeployment"}
2023-02-13T21:46:19Z INFO controller-runtime.builder Registering a validating webhook {"GVK": "actions.summerwind.dev/v1alpha1, Kind=RunnerDeployment", "path": "/validate-actions-summerwind-dev-v1alpha1-runnerdeployment"}
2023-02-13T21:46:19Z INFO controller-runtime.webhook Registering webhook {"path": "/validate-actions-summerwind-dev-v1alpha1-runnerdeployment"}
2023-02-13T21:46:19Z INFO controller-runtime.builder Registering a mutating webhook {"GVK": "actions.summerwind.dev/v1alpha1, Kind=RunnerReplicaSet", "path": "/mutate-actions-summerwind-dev-v1alpha1-runnerreplicaset"}
2023-02-13T21:46:19Z INFO controller-runtime.webhook Registering webhook {"path": "/mutate-actions-summerwind-dev-v1alpha1-runnerreplicaset"}
2023-02-13T21:46:19Z INFO controller-runtime.builder Registering a validating webhook {"GVK": "actions.summerwind.dev/v1alpha1, Kind=RunnerReplicaSet", "path": "/validate-actions-summerwind-dev-v1alpha1-runnerreplicaset"}
2023-02-13T21:46:19Z INFO controller-runtime.webhook Registering webhook {"path": "/validate-actions-summerwind-dev-v1alpha1-runnerreplicaset"}
2023-02-13T21:46:19Z INFO controller-runtime.webhook Registering webhook {"path": "/mutate-runner-set-pod"}
2023-02-13T21:46:19Z INFO starting manager
2023-02-13T21:46:19Z INFO controller-runtime.webhook.webhooks Starting webhook server
2023-02-13T21:46:19Z INFO Starting server {"path": "/metrics", "kind": "metrics", "addr": "[::]:8443"}
2023-02-13T21:46:19Z INFO controller-runtime.certwatcher Updated current TLS certificate
2023-02-13T21:46:19Z INFO controller-runtime.webhook Serving webhook server {"host": "", "port": 9443}
2023-02-13T21:46:19Z INFO controller-runtime.certwatcher Starting certificate watcher
I0213 21:46:19.876830 1 leaderelection.go:248] attempting to acquire leader lease actions-runner-system-build/actions-runner-controller...
I0213 21:46:19.890097 1 leaderelection.go:258] successfully acquired lease actions-runner-system-build/actions-runner-controller
2023-02-13T21:46:19Z INFO Starting EventSource {"controller": "runner-controller", "controllerGroup": "actions.summerwind.dev", "controllerKind": "Runner", "source": "kind source: *v1alpha1.Runner"}
2023-02-13T21:46:19Z INFO Starting EventSource {"controller": "runner-controller", "controllerGroup": "actions.summerwind.dev", "controllerKind": "Runner", "source": "kind source: *v1.Pod"}
2023-02-13T21:46:19Z INFO Starting Controller {"controller": "runner-controller", "controllerGroup": "actions.summerwind.dev", "controllerKind": "Runner"}
2023-02-13T21:46:19Z DEBUG events build-arc-bc4f7cfff-h2b4l_6a24b25b-f793-4819-9afb-62ae173e9a79 became leader {"type": "Normal", "object": {"kind":"Lease","namespace":"actions-runner-system-build","name":"actions-runner-controller","uid":"0cf30b2b-6252-4ca2-83e7-a3f3c58740f5","apiVersion":"coordination.k8s.io/v1","resourceVersion":"13003250"}, "reason": "LeaderElection"}
2023-02-13T21:46:19Z INFO Starting EventSource {"controller": "runnerdeployment-controller", "controllerGroup": "actions.summerwind.dev", "controllerKind": "RunnerDeployment", "source": "kind source: *v1alpha1.RunnerDeployment"}
2023-02-13T21:46:19Z INFO Starting EventSource {"controller": "runnerdeployment-controller", "controllerGroup": "actions.summerwind.dev", "controllerKind": "RunnerDeployment", "source": "kind source: *v1alpha1.RunnerReplicaSet"}
2023-02-13T21:46:19Z INFO Starting Controller {"controller": "runnerdeployment-controller", "controllerGroup": "actions.summerwind.dev", "controllerKind": "RunnerDeployment"}
2023-02-13T21:46:19Z INFO Starting EventSource {"controller": "runnerset-controller", "controllerGroup": "actions.summerwind.dev", "controllerKind": "RunnerSet", "source": "kind source: *v1alpha1.RunnerSet"}
2023-02-13T21:46:19Z INFO Starting EventSource {"controller": "runnerset-controller", "controllerGroup": "actions.summerwind.dev", "controllerKind": "RunnerSet", "source": "kind source: *v1.StatefulSet"}
2023-02-13T21:46:19Z INFO Starting Controller {"controller": "runnerset-controller", "controllerGroup": "actions.summerwind.dev", "controllerKind": "RunnerSet"}
2023-02-13T21:46:19Z INFO Starting EventSource {"controller": "runnerpersistentvolumeclaim-controller", "controllerGroup": "", "controllerKind": "PersistentVolumeClaim", "source": "kind source: *v1.PersistentVolumeClaim"}
2023-02-13T21:46:19Z INFO Starting EventSource {"controller": "runnerreplicaset-controller", "controllerGroup": "actions.summerwind.dev", "controllerKind": "RunnerReplicaSet", "source": "kind source: *v1alpha1.RunnerReplicaSet"}
2023-02-13T21:46:19Z INFO Starting Controller {"controller": "runnerpersistentvolumeclaim-controller", "controllerGroup": "", "controllerKind": "PersistentVolumeClaim"}
2023-02-13T21:46:19Z INFO Starting EventSource {"controller": "runnerreplicaset-controller", "controllerGroup": "actions.summerwind.dev", "controllerKind": "RunnerReplicaSet", "source": "kind source: *v1alpha1.Runner"}
2023-02-13T21:46:19Z INFO Starting Controller {"controller": "runnerreplicaset-controller", "controllerGroup": "actions.summerwind.dev", "controllerKind": "RunnerReplicaSet"}
2023-02-13T21:46:19Z INFO Starting EventSource {"controller": "runnerpod-controller", "controllerGroup": "", "controllerKind": "Pod", "source": "kind source: *v1.Pod"}
2023-02-13T21:46:19Z INFO Starting Controller {"controller": "runnerpod-controller", "controllerGroup": "", "controllerKind": "Pod"}
2023-02-13T21:46:19Z INFO Starting EventSource {"controller": "runnerpersistentvolume-controller", "controllerGroup": "", "controllerKind": "PersistentVolume", "source": "kind source: *v1.PersistentVolume"}
2023-02-13T21:46:19Z INFO Starting Controller {"controller": "runnerpersistentvolume-controller", "controllerGroup": "", "controllerKind": "PersistentVolume"}
2023-02-13T21:46:19Z INFO Starting EventSource {"controller": "horizontalrunnerautoscaler-controller", "controllerGroup": "actions.summerwind.dev", "controllerKind": "HorizontalRunnerAutoscaler", "source": "kind source: *v1alpha1.HorizontalRunnerAutoscaler"}
2023-02-13T21:46:19Z INFO Starting Controller {"controller": "horizontalrunnerautoscaler-controller", "controllerGroup": "actions.summerwind.dev", "controllerKind": "HorizontalRunnerAutoscaler"}
2023-02-13T21:46:20Z INFO Starting workers {"controller": "runnerpod-controller", "controllerGroup": "", "controllerKind": "Pod", "worker count": 1}
2023-02-13T21:46:20Z INFO Starting workers {"controller": "runner-controller", "controllerGroup": "actions.summerwind.dev", "controllerKind": "Runner", "worker count": 1}
2023-02-13T21:46:20Z INFO Starting workers {"controller": "runnerreplicaset-controller", "controllerGroup": "actions.summerwind.dev", "controllerKind": "RunnerReplicaSet", "worker count": 1}
2023-02-13T21:46:20Z INFO Starting workers {"controller": "runnerpersistentvolumeclaim-controller", "controllerGroup": "", "controllerKind": "PersistentVolumeClaim", "worker count": 1}
2023-02-13T21:46:20Z INFO Starting workers {"controller": "runnerdeployment-controller", "controllerGroup": "actions.summerwind.dev", "controllerKind": "RunnerDeployment", "worker count": 1}
2023-02-13T21:46:20Z INFO Starting workers {"controller": "runnerset-controller", "controllerGroup": "actions.summerwind.dev", "controllerKind": "RunnerSet", "worker count": 1}
2023-02-13T21:46:20Z INFO Starting workers {"controller": "horizontalrunnerautoscaler-controller", "controllerGroup": "actions.summerwind.dev", "controllerKind": "HorizontalRunnerAutoscaler", "worker count": 1}
2023-02-13T21:46:20Z INFO Starting workers {"controller": "runnerpersistentvolume-controller", "controllerGroup": "", "controllerKind": "PersistentVolume", "worker count": 1}
2023-02-13T21:55:42Z INFO KubeAPIWarningLogger unknown field "spec.template.metadata.creationTimestamp"
2023-02-13T21:55:42Z INFO runnerdeployment Created runnerreplicaset {"runnerdeployment": "actions-runner-system-build/build-general-linux-dev", "runnerreplicaset": "build-general-linux-dev-r96c9"}
2023-02-13T21:55:42Z DEBUG runnerreplicaset Created replica(s) {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "lastSyncTime": null, "effectiveTime": "<nil>", "templateHashDesired": "b8b545dd7", "replicasDesired": 1, "replicasPending": 0, "replicasRunning": 0, "replicasMaybeRunning": 0, "templateHashObserved": [], "created": 1}
2023-02-13T21:55:42Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-djhgg", "pods": null}
2023-02-13T21:55:42Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-djhgg", "pods": null}
2023-02-13T21:55:42Z INFO runner Updated registration token {"runner": "build-general-linux-dev-r96c9-djhgg", "repository": ""}
2023-02-13T21:55:42Z DEBUG events Successfully update registration token {"type": "Normal", "object": {"kind":"Runner","namespace":"actions-runner-system-build","name":"build-general-linux-dev-r96c9-djhgg","uid":"e3e5bb30-b65c-444e-86ce-8c0a75d7b02d","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"13006053"}, "reason": "RegistrationTokenUpdated"}
2023-02-13T21:55:42Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-djhgg", "pods": null}
2023-02-13T21:55:42Z INFO runner Created runner pod {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-djhgg", "repository": ""}
2023-02-13T21:55:42Z DEBUG events Created pod 'build-general-linux-dev-r96c9-djhgg' {"type": "Normal", "object": {"kind":"Runner","namespace":"actions-runner-system-build","name":"build-general-linux-dev-r96c9-djhgg","uid":"e3e5bb30-b65c-444e-86ce-8c0a75d7b02d","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"13006056"}, "reason": "PodCreated"}
2023-02-13T21:55:43Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T21:55:43Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8, "last_scale_up_time": "2023-02-13 21:55:43 +0000 UTC", "scale_down_delay_until": "2023-02-13T21:56:13Z"}
2023-02-13T21:55:43Z DEBUG runnerdeployment Updated runnerreplicaset due to spec change {"runnerdeployment": "actions-runner-system-build/build-general-linux-dev", "currentDesiredReplicas": 1, "newDesiredReplicas": 4, "currentEffectiveTime": "<nil>", "newEffectiveTime": "<nil>"}
2023-02-13T21:55:43Z DEBUG runnerreplicaset Created replica(s) {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "lastSyncTime": "2023-02-13T21:55:42Z", "effectiveTime": "<nil>", "templateHashDesired": "b8b545dd7", "replicasDesired": 4, "replicasPending": 1, "replicasRunning": 0, "replicasMaybeRunning": 1, "templateHashObserved": ["b8b545dd7"], "created": 3}
2023-02-13T21:55:43Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-x6cst", "pods": null}
2023-02-13T21:55:43Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-x6cst", "pods": null}
2023-02-13T21:55:43Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-x6cst", "pods": null}
2023-02-13T21:55:43Z INFO runner Updated registration token {"runner": "build-general-linux-dev-r96c9-x6cst", "repository": ""}
2023-02-13T21:55:43Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-x6cst", "pods": null}
2023-02-13T21:55:43Z DEBUG events Successfully update registration token {"type": "Normal", "object": {"kind":"Runner","namespace":"actions-runner-system-build","name":"build-general-linux-dev-r96c9-x6cst","uid":"2d77026b-05e2-4752-abd2-4662029d7336","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"13006077"}, "reason": "RegistrationTokenUpdated"}
2023-02-13T21:55:43Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-x6cst", "pods": null}
2023-02-13T21:55:43Z INFO runner Updated registration token {"runner": "build-general-linux-dev-r96c9-bsqsc", "repository": ""}
2023-02-13T21:55:43Z DEBUG events Successfully update registration token {"type": "Normal", "object": {"kind":"Runner","namespace":"actions-runner-system-build","name":"build-general-linux-dev-r96c9-bsqsc","uid":"13ee6d09-6bb3-45c9-b837-bf366490f526","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"13006079"}, "reason": "RegistrationTokenUpdated"}
2023-02-13T21:55:43Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-kz9df", "pods": null}
2023-02-13T21:55:44Z INFO runner Created runner pod {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-x6cst", "repository": ""}
2023-02-13T21:55:44Z DEBUG events Created pod 'build-general-linux-dev-r96c9-x6cst' {"type": "Normal", "object": {"kind":"Runner","namespace":"actions-runner-system-build","name":"build-general-linux-dev-r96c9-x6cst","uid":"2d77026b-05e2-4752-abd2-4662029d7336","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"13006080"}, "reason": "PodCreated"}
2023-02-13T21:55:44Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-x6cst", "pods": [{"kind":"Pod","apiVersion":"v1","metadata":{"name":"build-general-linux-dev-r96c9-x6cst","namespace":"actions-runner-system-build","uid":"b31b277c-d081-4d51-9be9-32c607ec477c","resourceVersion":"13006084","creationTimestamp":"2023-02-13T21:55:43Z","labels":{"actions-runner":"","actions-runner-controller/inject-registration-token":"true","pod-template-hash":"8588c57574","runner-deployment-name":"build-general-linux-dev","runner-template-hash":"b8b545dd7"},"annotations":{"sync-time":"2023-02-13T21:55:43Z"},"ownerReferences":[{"apiVersion":"actions.summerwind.dev/v1alpha1","kind":"Runner","name":"build-general-linux-dev-r96c9-x6cst","uid":"2d77026b-05e2-4752-abd2-4662029d7336","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"manager","operation":"Update","apiVersion":"v1","time":"2023-02-13T21:55:43Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:sync-time":{}},"f:labels":{".":{},"f:actions-runner":{},"f:actions-runner-controller/inject-registration-token":{},"f:pod-template-hash":{},"f:runner-deployment-name":{},"f:runner-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"2d77026b-05e2-4752-abd2-4662029d7336\"}":{}}},"f:spec":{"f:automountServiceAccountToken":{},"f:containers":{"k:{\"name\":\"runner\"}":{".":{},"f:env":{".":{},"k:{\"name\":\"DISABLE_RUNNER_UPDATE\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"DOCKERD_IN_RUNNER\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"DOCKER_ENABLED\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"GITHUB_ACTIONS_RUNNER_EXTRA_USER_AGENT\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"GITHUB_URL\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_ENTERPRISE\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_EPHEMERAL\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_GROUP\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_LABELS\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_NAME\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_ORG\"}":{".":{},"f:name":{}},"k:{\"name\":\"RUNNER_REPO\"}":{".":{},"f:name":{}},"k:{\"name\":\"RUNNER_STATUS_UPDATE_HOOK\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_TOKEN\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_WORKDIR\"}":{".":{},"f:name":{},"f:value":{}}},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{".":{},"f:privileged":{}},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{},"f:volumeMounts":{".":{},"k:{\"mountPath\":\"/runner\"}":{".":{},"f:mountPath":{},"f:name":{}}}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:imagePullSecrets":{".":{},"k:{\"name\":\"dockerconfigjson\"}":{}},"f:nodeSelector":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{},"f:volumes":{".":{},"k:{\"name\":\"runner\"}":{".":{},"f:emptyDir":{},"f:name":{}}}}}}]},"spec":{"volumes":[{"name":"runner","emptyDir":{}}],"containers":[{"name":"runner","image":"accnewzealand/actions-runner-general-build:0.0.11","env":[{"name":"DISABLE_RUNNER_UPDATE","value":"true"},{"name":"RUNNER_ORG"},{"name":"RUNNER_REPO"},{"name":"RUNNER_ENTERPRISE","value":"accnewzealand"},{"name":"RUNNER_LABELS","value":"build-general-linux-dev"},{"name":"RUNNER_GROUP","value":"build-general-linux-dev"},{"name":"DOCKER_ENABLED","value":"true"},{"name":"DOCKERD_IN_RUNNER","value":"true"},{"name":"GITHUB_URL","value":"https://github.com/"},{"name":"RUNNER_WORKDIR","value":"/runner/_work"},{"name":"RUNNER_EPHEMERAL","value":"true"},{"name":"RUNNER_STATUS_UPDATE_HOOK","value":"false"},{"name":"GITHUB_ACTIONS_RUNNER_EXTRA_USER_AGENT","value":"actions-runner-controller/v0.27.0"},{"name":"RUNNER_NAME","value":"build-general-linux-dev-r96c9-x6cst"},{"name":"RUNNER_TOKEN","value":"A3JFCVQCSBQRVR3BSHZW5GDD5K764"}],"resources":{},"volumeMounts":[{"name":"runner","mountPath":"/runner"}],"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File","imagePullPolicy":"IfNotPresent","securityContext":{"privileged":true}}],"restartPolicy":"Never","terminationGracePeriodSeconds":30,"dnsPolicy":"ClusterFirst","nodeSelector":{"pool":"workload"},"serviceAccountName":"default","serviceAccount":"default","automountServiceAccountToken":false,"nodeName":"aks-build-35085407-vmss000002","securityContext":{},"imagePullSecrets":[{"name":"dockerconfigjson"}],"schedulerName":"default-scheduler","tolerations":[{"key":"node.kubernetes.io/not-ready","operator":"Exists","effect":"NoExecute","tolerationSeconds":300},{"key":"node.kubernetes.io/unreachable","operator":"Exists","effect":"NoExecute","tolerationSeconds":300}],"priority":0,"enableServiceLinks":true,"preemptionPolicy":"PreemptLowerPriority"},"status":{"phase":"Pending","conditions":[{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-02-13T21:55:44Z"}],"qosClass":"BestEffort"}}]}
2023-02-13T21:55:44Z INFO runner Updated registration token {"runner": "build-general-linux-dev-r96c9-kz9df", "repository": ""}
2023-02-13T21:55:44Z DEBUG events Successfully update registration token {"type": "Normal", "object": {"kind":"Runner","namespace":"actions-runner-system-build","name":"build-general-linux-dev-r96c9-kz9df","uid":"164185c8-b229-4e3f-bd48-a07e915481a7","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"13006081"}, "reason": "RegistrationTokenUpdated"}
2023-02-13T21:55:44Z INFO runner Created runner pod {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-bsqsc", "repository": ""}
2023-02-13T21:55:44Z DEBUG events Created pod 'build-general-linux-dev-r96c9-bsqsc' {"type": "Normal", "object": {"kind":"Runner","namespace":"actions-runner-system-build","name":"build-general-linux-dev-r96c9-bsqsc","uid":"13ee6d09-6bb3-45c9-b837-bf366490f526","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"13006082"}, "reason": "PodCreated"}
2023-02-13T21:55:44Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-bsqsc", "pods": [{"kind":"Pod","apiVersion":"v1","metadata":{"name":"build-general-linux-dev-r96c9-bsqsc","namespace":"actions-runner-system-build","uid":"62e210a3-eb3d-42f6-9890-e2bbe892f2a3","resourceVersion":"13006089","creationTimestamp":"2023-02-13T21:55:44Z","labels":{"actions-runner":"","actions-runner-controller/inject-registration-token":"true","pod-template-hash":"8588c57574","runner-deployment-name":"build-general-linux-dev","runner-template-hash":"b8b545dd7"},"annotations":{"sync-time":"2023-02-13T21:55:43Z"},"ownerReferences":[{"apiVersion":"actions.summerwind.dev/v1alpha1","kind":"Runner","name":"build-general-linux-dev-r96c9-bsqsc","uid":"13ee6d09-6bb3-45c9-b837-bf366490f526","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"manager","operation":"Update","apiVersion":"v1","time":"2023-02-13T21:55:44Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:sync-time":{}},"f:labels":{".":{},"f:actions-runner":{},"f:actions-runner-controller/inject-registration-token":{},"f:pod-template-hash":{},"f:runner-deployment-name":{},"f:runner-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"13ee6d09-6bb3-45c9-b837-bf366490f526\"}":{}}},"f:spec":{"f:automountServiceAccountToken":{},"f:containers":{"k:{\"name\":\"runner\"}":{".":{},"f:env":{".":{},"k:{\"name\":\"DISABLE_RUNNER_UPDATE\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"DOCKERD_IN_RUNNER\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"DOCKER_ENABLED\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"GITHUB_ACTIONS_RUNNER_EXTRA_USER_AGENT\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"GITHUB_URL\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_ENTERPRISE\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_EPHEMERAL\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_GROUP\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_LABELS\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_NAME\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_ORG\"}":{".":{},"f:name":{}},"k:{\"name\":\"RUNNER_REPO\"}":{".":{},"f:name":{}},"k:{\"name\":\"RUNNER_STATUS_UPDATE_HOOK\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_TOKEN\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_WORKDIR\"}":{".":{},"f:name":{},"f:value":{}}},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{".":{},"f:privileged":{}},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{},"f:volumeMounts":{".":{},"k:{\"mountPath\":\"/runner\"}":{".":{},"f:mountPath":{},"f:name":{}}}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:imagePullSecrets":{".":{},"k:{\"name\":\"dockerconfigjson\"}":{}},"f:nodeSelector":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{},"f:volumes":{".":{},"k:{\"name\":\"runner\"}":{".":{},"f:emptyDir":{},"f:name":{}}}}}}]},"spec":{"volumes":[{"name":"runner","emptyDir":{}}],"containers":[{"name":"runner","image":"accnewzealand/actions-runner-general-build:0.0.11","env":[{"name":"DISABLE_RUNNER_UPDATE","value":"true"},{"name":"RUNNER_ORG"},{"name":"RUNNER_REPO"},{"name":"RUNNER_ENTERPRISE","value":"accnewzealand"},{"name":"RUNNER_LABELS","value":"build-general-linux-dev"},{"name":"RUNNER_GROUP","value":"build-general-linux-dev"},{"name":"DOCKER_ENABLED","value":"true"},{"name":"DOCKERD_IN_RUNNER","value":"true"},{"name":"GITHUB_URL","value":"https://github.com/"},{"name":"RUNNER_WORKDIR","value":"/runner/_work"},{"name":"RUNNER_EPHEMERAL","value":"true"},{"name":"RUNNER_STATUS_UPDATE_HOOK","value":"false"},{"name":"GITHUB_ACTIONS_RUNNER_EXTRA_USER_AGENT","value":"actions-runner-controller/v0.27.0"},{"name":"RUNNER_NAME","value":"build-general-linux-dev-r96c9-bsqsc"},{"name":"RUNNER_TOKEN","value":"A3JFCVQCSBQRVR3BSHZW5GDD5K764"}],"resources":{},"volumeMounts":[{"name":"runner","mountPath":"/runner"}],"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File","imagePullPolicy":"IfNotPresent","securityContext":{"privileged":true}}],"restartPolicy":"Never","terminationGracePeriodSeconds":30,"dnsPolicy":"ClusterFirst","nodeSelector":{"pool":"workload"},"serviceAccountName":"default","serviceAccount":"default","automountServiceAccountToken":false,"nodeName":"aks-build-35085407-vmss000002","securityContext":{},"imagePullSecrets":[{"name":"dockerconfigjson"}],"schedulerName":"default-scheduler","tolerations":[{"key":"node.kubernetes.io/not-ready","operator":"Exists","effect":"NoExecute","tolerationSeconds":300},{"key":"node.kubernetes.io/unreachable","operator":"Exists","effect":"NoExecute","tolerationSeconds":300}],"priority":0,"enableServiceLinks":true,"preemptionPolicy":"PreemptLowerPriority"},"status":{"phase":"Pending","conditions":[{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-02-13T21:55:44Z"}],"qosClass":"BestEffort"}}]}
2023-02-13T21:55:44Z INFO runner Created runner pod {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-kz9df", "repository": ""}
2023-02-13T21:55:44Z DEBUG events Created pod 'build-general-linux-dev-r96c9-kz9df' {"type": "Normal", "object": {"kind":"Runner","namespace":"actions-runner-system-build","name":"build-general-linux-dev-r96c9-kz9df","uid":"164185c8-b229-4e3f-bd48-a07e915481a7","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"13006085"}, "reason": "PodCreated"}
2023-02-13T21:55:44Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-kz9df", "pods": [{"kind":"Pod","apiVersion":"v1","metadata":{"name":"build-general-linux-dev-r96c9-kz9df","namespace":"actions-runner-system-build","uid":"bf96d5c9-9c66-45ed-a6ef-d95ae0c4b4fa","resourceVersion":"13006094","creationTimestamp":"2023-02-13T21:55:44Z","labels":{"actions-runner":"","actions-runner-controller/inject-registration-token":"true","pod-template-hash":"8588c57574","runner-deployment-name":"build-general-linux-dev","runner-template-hash":"b8b545dd7"},"annotations":{"sync-time":"2023-02-13T21:55:43Z"},"ownerReferences":[{"apiVersion":"actions.summerwind.dev/v1alpha1","kind":"Runner","name":"build-general-linux-dev-r96c9-kz9df","uid":"164185c8-b229-4e3f-bd48-a07e915481a7","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"manager","operation":"Update","apiVersion":"v1","time":"2023-02-13T21:55:44Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:sync-time":{}},"f:labels":{".":{},"f:actions-runner":{},"f:actions-runner-controller/inject-registration-token":{},"f:pod-template-hash":{},"f:runner-deployment-name":{},"f:runner-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"164185c8-b229-4e3f-bd48-a07e915481a7\"}":{}}},"f:spec":{"f:automountServiceAccountToken":{},"f:containers":{"k:{\"name\":\"runner\"}":{".":{},"f:env":{".":{},"k:{\"name\":\"DISABLE_RUNNER_UPDATE\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"DOCKERD_IN_RUNNER\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"DOCKER_ENABLED\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"GITHUB_ACTIONS_RUNNER_EXTRA_USER_AGENT\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"GITHUB_URL\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_ENTERPRISE\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_EPHEMERAL\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_GROUP\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_LABELS\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_NAME\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_ORG\"}":{".":{},"f:name":{}},"k:{\"name\":\"RUNNER_REPO\"}":{".":{},"f:name":{}},"k:{\"name\":\"RUNNER_STATUS_UPDATE_HOOK\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_TOKEN\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_WORKDIR\"}":{".":{},"f:name":{},"f:value":{}}},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{".":{},"f:privileged":{}},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{},"f:volumeMounts":{".":{},"k:{\"mountPath\":\"/runner\"}":{".":{},"f:mountPath":{},"f:name":{}}}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:imagePullSecrets":{".":{},"k:{\"name\":\"dockerconfigjson\"}":{}},"f:nodeSelector":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{},"f:volumes":{".":{},"k:{\"name\":\"runner\"}":{".":{},"f:emptyDir":{},"f:name":{}}}}}}]},"spec":{"volumes":[{"name":"runner","emptyDir":{}}],"containers":[{"name":"runner","image":"accnewzealand/actions-runner-general-build:0.0.11","env":[{"name":"DISABLE_RUNNER_UPDATE","value":"true"},{"name":"RUNNER_ORG"},{"name":"RUNNER_REPO"},{"name":"RUNNER_ENTERPRISE","value":"accnewzealand"},{"name":"RUNNER_LABELS","value":"build-general-linux-dev"},{"name":"RUNNER_GROUP","value":"build-general-linux-dev"},{"name":"DOCKER_ENABLED","value":"true"},{"name":"DOCKERD_IN_RUNNER","value":"true"},{"name":"GITHUB_URL","value":"https://github.com/"},{"name":"RUNNER_WORKDIR","value":"/runner/_work"},{"name":"RUNNER_EPHEMERAL","value":"true"},{"name":"RUNNER_STATUS_UPDATE_HOOK","value":"false"},{"name":"GITHUB_ACTIONS_RUNNER_EXTRA_USER_AGENT","value":"actions-runner-controller/v0.27.0"},{"name":"RUNNER_NAME","value":"build-general-linux-dev-r96c9-kz9df"},{"name":"RUNNER_TOKEN","value":"A3JFCVQCSBQRVR3BSHZW5GDD5K764"}],"resources":{},"volumeMounts":[{"name":"runner","mountPath":"/runner"}],"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File","imagePullPolicy":"IfNotPresent","securityContext":{"privileged":true}}],"restartPolicy":"Never","terminationGracePeriodSeconds":30,"dnsPolicy":"ClusterFirst","nodeSelector":{"pool":"workload"},"serviceAccountName":"default","serviceAccount":"default","automountServiceAccountToken":false,"nodeName":"aks-build-35085407-vmss000002","securityContext":{},"imagePullSecrets":[{"name":"dockerconfigjson"}],"schedulerName":"default-scheduler","tolerations":[{"key":"node.kubernetes.io/not-ready","operator":"Exists","effect":"NoExecute","tolerationSeconds":300},{"key":"node.kubernetes.io/unreachable","operator":"Exists","effect":"NoExecute","tolerationSeconds":300}],"priority":0,"enableServiceLinks":true,"preemptionPolicy":"PreemptLowerPriority"},"status":{"phase":"Pending","conditions":[{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-02-13T21:55:44Z"}],"qosClass":"BestEffort"}}]}
2023-02-13T21:55:44Z DEBUG runner Runner appears to have been registered and running. {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-djhgg", "podCreationTimestamp": "2023-02-13 21:55:42 +0000 UTC"}
2023-02-13T21:55:45Z DEBUG runner Runner appears to have been registered and running. {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-x6cst", "podCreationTimestamp": "2023-02-13 21:55:43 +0000 UTC"}
2023-02-13T21:55:45Z DEBUG runner Runner appears to have been registered and running. {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-bsqsc", "podCreationTimestamp": "2023-02-13 21:55:44 +0000 UTC"}
2023-02-13T21:55:46Z DEBUG runner Runner appears to have been registered and running. {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-kz9df", "podCreationTimestamp": "2023-02-13 21:55:44 +0000 UTC"}
2023-02-13T21:56:26Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T21:57:27Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T21:58:28Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T21:59:28Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:00:29Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:01:30Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:02:30Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:03:31Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:04:32Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:05:32Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:06:33Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:07:34Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:08:34Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:09:35Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:10:36Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:11:36Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:12:37Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:13:38Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:14:39Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:15:39Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:16:40Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:17:41Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:18:41Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:19:42Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:20:43Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:21:43Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:22:44Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:23:45Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:24:45Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:25:46Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:26:47Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:27:47Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:28:48Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:29:49Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:30:49Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:31:50Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:32:51Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:33:51Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:34:52Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:35:53Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:36:54Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:37:54Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:38:06Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 5 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 1, "min": 4, "max": 8}
2023-02-13T22:38:06Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 5 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 1, "min": 4, "max": 8, "last_scale_up_time": "2023-02-13 22:38:06 +0000 UTC", "scale_down_delay_until": "2023-02-13T22:38:36Z"}
2023-02-13T22:38:06Z DEBUG runnerdeployment Updated runnerreplicaset due to spec change {"runnerdeployment": "actions-runner-system-build/build-general-linux-dev", "currentDesiredReplicas": 4, "newDesiredReplicas": 5, "currentEffectiveTime": "2023-02-13 22:38:06 +0000 UTC", "newEffectiveTime": "2023-02-13 22:38:06 +0000 UTC"}
2023-02-13T22:38:06Z DEBUG runnerreplicaset Created replica(s) {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "lastSyncTime": "2023-02-13T21:55:43Z", "effectiveTime": "2023-02-13 22:38:06 +0000 UTC", "templateHashDesired": "b8b545dd7", "replicasDesired": 5, "replicasPending": 0, "replicasRunning": 4, "replicasMaybeRunning": 4, "templateHashObserved": ["b8b545dd7"], "created": 1}
2023-02-13T22:38:06Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-gjx4j", "pods": null}
2023-02-13T22:38:06Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-gjx4j", "pods": null}
2023-02-13T22:38:06Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-gjx4j", "pods": null}
2023-02-13T22:38:06Z INFO runner Updated registration token {"runner": "build-general-linux-dev-r96c9-gjx4j", "repository": ""}
2023-02-13T22:38:06Z DEBUG events Successfully update registration token {"type": "Normal", "object": {"kind":"Runner","namespace":"actions-runner-system-build","name":"build-general-linux-dev-r96c9-gjx4j","uid":"74a37424-cfa4-467a-9960-c8f07e855789","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"13018676"}, "reason": "RegistrationTokenUpdated"}
2023-02-13T22:38:06Z INFO runner Created runner pod {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-gjx4j", "repository": ""}
2023-02-13T22:38:06Z DEBUG events Created pod 'build-general-linux-dev-r96c9-gjx4j' {"type": "Normal", "object": {"kind":"Runner","namespace":"actions-runner-system-build","name":"build-general-linux-dev-r96c9-gjx4j","uid":"74a37424-cfa4-467a-9960-c8f07e855789","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"13018678"}, "reason": "PodCreated"}
2023-02-13T22:38:06Z INFO runner Failed to create pod due to AlreadyExists error. Probably this pod has been already created in previous reconcilation but is still not in the informer cache. Will retry on pod created. If it doesn't repeat, there's no problem {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-gjx4j"}
2023-02-13T22:38:07Z DEBUG runner Runner appears to have been registered and running. {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-gjx4j", "podCreationTimestamp": "2023-02-13 22:38:06 +0000 UTC"}
2023-02-13T22:38:12Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 5 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8, "last_scale_up_time": "2023-02-13 22:38:06 +0000 UTC", "scale_down_delay_until": "2023-02-13T22:38:36Z"}
2023-02-13T22:38:14Z DEBUG runner Runner appears to have been registered and running. {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-djhgg", "podCreationTimestamp": "2023-02-13 21:55:42 +0000 UTC"}
2023-02-13T22:38:14Z DEBUG runnerreplicaset Created replica(s) {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "lastSyncTime": "2023-02-13T22:38:06Z", "effectiveTime": "2023-02-13 22:38:06 +0000 UTC", "templateHashDesired": "b8b545dd7", "replicasDesired": 5, "replicasPending": 0, "replicasRunning": 4, "replicasMaybeRunning": 4, "templateHashObserved": ["b8b545dd7"], "created": 1}
2023-02-13T22:38:14Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-82gsz", "pods": null}
2023-02-13T22:38:14Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-82gsz", "pods": null}
2023-02-13T22:38:14Z INFO runner Removed finalizer {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-djhgg"}
2023-02-13T22:38:14Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-82gsz", "pods": null}
2023-02-13T22:38:14Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-82gsz", "pods": null}
2023-02-13T22:38:14Z INFO runner Updated registration token {"runner": "build-general-linux-dev-r96c9-82gsz", "repository": ""}
2023-02-13T22:38:14Z DEBUG events Successfully update registration token {"type": "Normal", "object": {"kind":"Runner","namespace":"actions-runner-system-build","name":"build-general-linux-dev-r96c9-82gsz","uid":"b06757fe-1a6c-4402-a21d-2477c5e4d44d","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"13018738"}, "reason": "RegistrationTokenUpdated"}
2023-02-13T22:38:14Z DEBUG events Created pod 'build-general-linux-dev-r96c9-82gsz' {"type": "Normal", "object": {"kind":"Runner","namespace":"actions-runner-system-build","name":"build-general-linux-dev-r96c9-82gsz","uid":"b06757fe-1a6c-4402-a21d-2477c5e4d44d","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"13018739"}, "reason": "PodCreated"}
2023-02-13T22:38:14Z INFO runner Created runner pod {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-82gsz", "repository": ""}
2023-02-13T22:38:14Z INFO runnerpod Runner pod has been stopped with a successful status. {"runnerpod": "actions-runner-system-build/build-general-linux-dev-r96c9-djhgg"}
2023-02-13T22:38:15Z DEBUG runner Runner appears to have been registered and running. {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-82gsz", "podCreationTimestamp": "2023-02-13 22:38:14 +0000 UTC"}
2023-02-13T22:38:55Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:38:55Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:38:55Z DEBUG runnerdeployment Updated runnerreplicaset due to spec change {"runnerdeployment": "actions-runner-system-build/build-general-linux-dev", "currentDesiredReplicas": 5, "newDesiredReplicas": 4, "currentEffectiveTime": "2023-02-13 22:38:06 +0000 UTC", "newEffectiveTime": "2023-02-13 22:38:06 +0000 UTC"}
2023-02-13T22:38:56Z INFO runnerpod Runner has just been unregistered. {"runnerpod": "actions-runner-system-build/build-general-linux-dev-r96c9-kz9df"}
2023-02-13T22:38:56Z INFO runnerpod Runner has just been unregistered. {"runnerpod": "actions-runner-system-build/build-general-linux-dev-r96c9-x6cst"}
2023-02-13T22:38:57Z INFO runnerpod Runner has just been unregistered. {"runnerpod": "actions-runner-system-build/build-general-linux-dev-r96c9-bsqsc"}
2023-02-13T22:38:57Z INFO runnerpod Runner pod is marked as already unregistered. {"runnerpod": "actions-runner-system-build/build-general-linux-dev-r96c9-kz9df"}
2023-02-13T22:38:57Z INFO runnerpod Runner pod is marked as already unregistered. {"runnerpod": "actions-runner-system-build/build-general-linux-dev-r96c9-x6cst"}
2023-02-13T22:38:57Z INFO runnerpod Runner pod is marked as already unregistered. {"runnerpod": "actions-runner-system-build/build-general-linux-dev-r96c9-bsqsc"}
2023-02-13T22:39:05Z INFO runnerpod Runner pod is marked as already unregistered. {"runnerpod": "actions-runner-system-build/build-general-linux-dev-r96c9-x6cst"}
2023-02-13T22:39:05Z DEBUG runner Runner appears to have been registered and running. {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-x6cst", "podCreationTimestamp": "2023-02-13 21:55:43 +0000 UTC"}
2023-02-13T22:39:05Z INFO runnerpod Runner pod is marked as already unregistered. {"runnerpod": "actions-runner-system-build/build-general-linux-dev-r96c9-kz9df"}
2023-02-13T22:39:05Z DEBUG runner Runner appears to have been registered and running. {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-kz9df", "podCreationTimestamp": "2023-02-13 21:55:44 +0000 UTC"}
2023-02-13T22:39:06Z ERROR runnerreplicaset Failed to patch owner to have actions-runner/unregistration-complete-timestamp annotation {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-kz9df", "error": "Operation cannot be fulfilled on runners.actions.summerwind.dev \"build-general-linux-dev-r96c9-kz9df\": the object has been modified; please apply your changes to the latest version and try again"}
github.com/actions/actions-runner-controller/controllers/actions%2esummerwind%2enet.collectPodsForOwners
github.com/actions/actions-runner-controller/controllers/actions.summerwind.net/runner_pod_owner.go:552
github.com/actions/actions-runner-controller/controllers/actions%2esummerwind%2enet.syncRunnerPodsOwners
github.com/actions/actions-runner-controller/controllers/actions.summerwind.net/runner_pod_owner.go:253
github.com/actions/actions-runner-controller/controllers/actions%2esummerwind%2enet.(*RunnerReplicaSetReconciler).Reconcile
github.com/actions/actions-runner-controller/controllers/actions.summerwind.net/runnerreplicaset_controller.go:131
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile
sigs.k8s.io/controller-runtime@v0.13.1/pkg/internal/controller/controller.go:121
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
sigs.k8s.io/controller-runtime@v0.13.1/pkg/internal/controller/controller.go:320
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
sigs.k8s.io/controller-runtime@v0.13.1/pkg/internal/controller/controller.go:273
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2
sigs.k8s.io/controller-runtime@v0.13.1/pkg/internal/controller/controller.go:234
2023-02-13T22:39:06Z ERROR Reconciler error {"controller": "runnerreplicaset-controller", "controllerGroup": "actions.summerwind.dev", "controllerKind": "RunnerReplicaSet", "RunnerReplicaSet": {"name":"build-general-linux-dev-r96c9","namespace":"actions-runner-system-build"}, "namespace": "actions-runner-system-build", "name": "build-general-linux-dev-r96c9", "reconcileID": "be5c1722-7a57-40e7-bc1e-6d4177b98d63", "error": "Operation cannot be fulfilled on runners.actions.summerwind.dev \"build-general-linux-dev-r96c9-kz9df\": the object has been modified; please apply your changes to the latest version and try again"}
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
sigs.k8s.io/controller-runtime@v0.13.1/pkg/internal/controller/controller.go:326
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
sigs.k8s.io/controller-runtime@v0.13.1/pkg/internal/controller/controller.go:273
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2
sigs.k8s.io/controller-runtime@v0.13.1/pkg/internal/controller/controller.go:234
2023-02-13T22:39:06Z INFO runner Removed finalizer {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-x6cst"}
2023-02-13T22:39:06Z INFO runnerpod Runner pod is marked as already unregistered. {"runnerpod": "actions-runner-system-build/build-general-linux-dev-r96c9-x6cst"}
2023-02-13T22:39:06Z INFO runner Removed finalizer {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-bsqsc"}
2023-02-13T22:39:06Z INFO runner Removed finalizer {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-kz9df"}
2023-02-13T22:39:06Z INFO runnerpod Runner pod is marked as already unregistered. {"runnerpod": "actions-runner-system-build/build-general-linux-dev-r96c9-bsqsc"}
2023-02-13T22:39:06Z INFO runnerpod Runner pod is marked as already unregistered. {"runnerpod": "actions-runner-system-build/build-general-linux-dev-r96c9-kz9df"}
2023-02-13T22:39:56Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:40:56Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:41:57Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:42:58Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:43:58Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:44:59Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:46:00Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:47:00Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:48:01Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:48:53Z DEBUG runnerreplicaset Created replica(s) {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "lastSyncTime": "2023-02-13T22:38:14Z", "effectiveTime": "2023-02-13 22:38:06 +0000 UTC", "templateHashDesired": "b8b545dd7", "replicasDesired": 4, "replicasPending": 0, "replicasRunning": 2, "replicasMaybeRunning": 2, "templateHashObserved": ["b8b545dd7"], "created": 2}
2023-02-13T22:48:53Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-xvczp", "pods": null}
2023-02-13T22:48:53Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-xvczp", "pods": null}
2023-02-13T22:48:53Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-xvczp", "pods": null}
2023-02-13T22:48:53Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-xvczp", "pods": null}
2023-02-13T22:48:53Z INFO runner Updated registration token {"runner": "build-general-linux-dev-r96c9-xvczp", "repository": ""}
2023-02-13T22:48:53Z DEBUG events Successfully update registration token {"type": "Normal", "object": {"kind":"Runner","namespace":"actions-runner-system-build","name":"build-general-linux-dev-r96c9-xvczp","uid":"58005f80-9c2d-4a6c-9cc8-4461c7cc399a","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"13021958"}, "reason": "RegistrationTokenUpdated"}
2023-02-13T22:48:53Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-xvczp", "pods": null}
2023-02-13T22:48:53Z INFO runner Updated registration token {"runner": "build-general-linux-dev-r96c9-slcjv", "repository": ""}
2023-02-13T22:48:53Z DEBUG events Successfully update registration token {"type": "Normal", "object": {"kind":"Runner","namespace":"actions-runner-system-build","name":"build-general-linux-dev-r96c9-slcjv","uid":"c0e188c8-fab3-4651-bf33-787558e4b483","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"13021959"}, "reason": "RegistrationTokenUpdated"}
2023-02-13T22:48:53Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-xvczp", "pods": null}
2023-02-13T22:48:53Z INFO runner Created runner pod {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-xvczp", "repository": ""}
2023-02-13T22:48:53Z DEBUG events Created pod 'build-general-linux-dev-r96c9-xvczp' {"type": "Normal", "object": {"kind":"Runner","namespace":"actions-runner-system-build","name":"build-general-linux-dev-r96c9-xvczp","uid":"58005f80-9c2d-4a6c-9cc8-4461c7cc399a","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"13021960"}, "reason": "PodCreated"}
2023-02-13T22:48:53Z INFO runner Created runner pod {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-slcjv", "repository": ""}
2023-02-13T22:48:53Z DEBUG events Created pod 'build-general-linux-dev-r96c9-slcjv' {"type": "Normal", "object": {"kind":"Runner","namespace":"actions-runner-system-build","name":"build-general-linux-dev-r96c9-slcjv","uid":"c0e188c8-fab3-4651-bf33-787558e4b483","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"13021962"}, "reason": "PodCreated"}
2023-02-13T22:48:53Z DEBUG runnerreplicaset Skipped reconcilation because owner is not synced yet {"runnerreplicaset": "actions-runner-system-build/build-general-linux-dev-r96c9", "owner": "actions-runner-system-build/build-general-linux-dev-r96c9-slcjv", "pods": [{"kind":"Pod","apiVersion":"v1","metadata":{"name":"build-general-linux-dev-r96c9-slcjv","namespace":"actions-runner-system-build","uid":"dba56560-f5a3-4390-9ddd-2a2037066fef","resourceVersion":"13021967","creationTimestamp":"2023-02-13T22:48:53Z","labels":{"actions-runner":"","actions-runner-controller/inject-registration-token":"true","pod-template-hash":"7c468fd8f9","runner-deployment-name":"build-general-linux-dev","runner-template-hash":"b8b545dd7"},"annotations":{"sync-time":"2023-02-13T22:48:53Z"},"ownerReferences":[{"apiVersion":"actions.summerwind.dev/v1alpha1","kind":"Runner","name":"build-general-linux-dev-r96c9-slcjv","uid":"c0e188c8-fab3-4651-bf33-787558e4b483","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"manager","operation":"Update","apiVersion":"v1","time":"2023-02-13T22:48:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:sync-time":{}},"f:labels":{".":{},"f:actions-runner":{},"f:actions-runner-controller/inject-registration-token":{},"f:pod-template-hash":{},"f:runner-deployment-name":{},"f:runner-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"c0e188c8-fab3-4651-bf33-787558e4b483\"}":{}}},"f:spec":{"f:automountServiceAccountToken":{},"f:containers":{"k:{\"name\":\"runner\"}":{".":{},"f:env":{".":{},"k:{\"name\":\"DISABLE_RUNNER_UPDATE\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"DOCKERD_IN_RUNNER\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"DOCKER_ENABLED\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"GITHUB_ACTIONS_RUNNER_EXTRA_USER_AGENT\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"GITHUB_URL\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_ENTERPRISE\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_EPHEMERAL\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_GROUP\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_LABELS\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_NAME\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_ORG\"}":{".":{},"f:name":{}},"k:{\"name\":\"RUNNER_REPO\"}":{".":{},"f:name":{}},"k:{\"name\":\"RUNNER_STATUS_UPDATE_HOOK\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_TOKEN\"}":{".":{},"f:name":{},"f:value":{}},"k:{\"name\":\"RUNNER_WORKDIR\"}":{".":{},"f:name":{},"f:value":{}}},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{".":{},"f:privileged":{}},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{},"f:volumeMounts":{".":{},"k:{\"mountPath\":\"/runner\"}":{".":{},"f:mountPath":{},"f:name":{}}}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:imagePullSecrets":{".":{},"k:{\"name\":\"dockerconfigjson\"}":{}},"f:nodeSelector":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{},"f:volumes":{".":{},"k:{\"name\":\"runner\"}":{".":{},"f:emptyDir":{},"f:name":{}}}}}}]},"spec":{"volumes":[{"name":"runner","emptyDir":{}}],"containers":[{"name":"runner","image":"accnewzealand/actions-runner-general-build:0.0.11","env":[{"name":"DISABLE_RUNNER_UPDATE","value":"true"},{"name":"RUNNER_ORG"},{"name":"RUNNER_REPO"},{"name":"RUNNER_ENTERPRISE","value":"accnewzealand"},{"name":"RUNNER_LABELS","value":"build-general-linux-dev"},{"name":"RUNNER_GROUP","value":"build-general-linux-dev"},{"name":"DOCKER_ENABLED","value":"true"},{"name":"DOCKERD_IN_RUNNER","value":"true"},{"name":"GITHUB_URL","value":"https://github.com/"},{"name":"RUNNER_WORKDIR","value":"/runner/_work"},{"name":"RUNNER_EPHEMERAL","value":"true"},{"name":"RUNNER_STATUS_UPDATE_HOOK","value":"false"},{"name":"GITHUB_ACTIONS_RUNNER_EXTRA_USER_AGENT","value":"actions-runner-controller/v0.27.0"},{"name":"RUNNER_NAME","value":"build-general-linux-dev-r96c9-slcjv"},{"name":"RUNNER_TOKEN","value":"A3JFCVU6J4IATYCT6HHEHPTD5LE54"}],"resources":{},"volumeMounts":[{"name":"runner","mountPath":"/runner"}],"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File","imagePullPolicy":"IfNotPresent","securityContext":{"privileged":true}}],"restartPolicy":"Never","terminationGracePeriodSeconds":30,"dnsPolicy":"ClusterFirst","nodeSelector":{"pool":"workload"},"serviceAccountName":"default","serviceAccount":"default","automountServiceAccountToken":false,"nodeName":"aks-build-35085407-vmss000002","securityContext":{},"imagePullSecrets":[{"name":"dockerconfigjson"}],"schedulerName":"default-scheduler","tolerations":[{"key":"node.kubernetes.io/not-ready","operator":"Exists","effect":"NoExecute","tolerationSeconds":300},{"key":"node.kubernetes.io/unreachable","operator":"Exists","effect":"NoExecute","tolerationSeconds":300}],"priority":0,"enableServiceLinks":true,"preemptionPolicy":"PreemptLowerPriority"},"status":{"phase":"Pending","conditions":[{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-02-13T22:48:53Z"}],"qosClass":"BestEffort"}}]}
2023-02-13T22:48:54Z DEBUG runner Runner appears to have been registered and running. {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-slcjv", "podCreationTimestamp": "2023-02-13 22:48:53 +0000 UTC"}
2023-02-13T22:48:54Z DEBUG runner Runner appears to have been registered and running. {"runner": "actions-runner-system-build/build-general-linux-dev-r96c9-xvczp", "podCreationTimestamp": "2023-02-13 22:48:53 +0000 UTC"}
2023-02-13T22:49:02Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:50:02Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:51:03Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:52:04Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:53:04Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:54:05Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:55:06Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:56:07Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:57:07Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:58:08Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T22:59:09Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:00:09Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:01:10Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:02:11Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:03:11Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:04:12Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:05:13Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:06:13Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:07:14Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:08:15Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:09:15Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:10:16Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:11:17Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:12:17Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:13:18Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:14:19Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:15:20Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:16:20Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:17:21Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:18:22Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:19:22Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:20:23Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:21:24Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:22:24Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:23:25Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:24:26Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:25:26Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:26:27Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:27:28Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:28:28Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:29:29Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:30:30Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:31:30Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:32:31Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:33:32Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:34:32Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:35:33Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:36:34Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:37:35Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:38:35Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:39:36Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:40:37Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:41:37Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:42:38Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:43:39Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:44:39Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:45:40Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:46:41Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:47:41Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:48:42Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:49:43Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:50:43Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:51:44Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:52:45Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:53:45Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:54:46Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:55:47Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:56:48Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:57:48Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:58:49Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-13T23:59:50Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:00:50Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:01:51Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:02:52Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:03:52Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:04:53Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:05:54Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:06:54Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:07:55Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:08:56Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:09:56Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:10:57Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:11:58Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:12:58Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:13:59Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:15:00Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:16:00Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:17:01Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:18:02Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:19:03Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:20:03Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:21:04Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:22:05Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:23:05Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:24:06Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:25:07Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:26:07Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:27:08Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:28:09Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:29:09Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:30:10Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:31:11Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:32:11Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:33:12Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:34:13Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:35:13Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:36:14Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:37:15Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:38:16Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:39:16Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:40:17Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:41:18Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:42:18Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:43:19Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:44:20Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:45:20Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:46:21Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:47:22Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:48:22Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:49:23Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:50:24Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:51:24Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:52:25Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:53:26Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:54:26Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:55:27Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:56:28Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:57:28Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:58:29Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T00:59:30Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T01:00:31Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T01:01:31Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T01:02:32Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T01:03:33Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
2023-02-14T01:04:33Z DEBUG horizontalrunnerautoscaler Calculated desired replicas of 4 {"horizontalrunnerautoscaler": "actions-runner-system-build/build-general-linux-dev-autoscaler", "suggested": 4, "reserved": 0, "min": 4, "max": 8}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment