Showing logs for build hgngenterprises/openclaw/pr-8 #2 stage from-build-pack and container prepare 2026/02/08 08:24:16 Entrypoint initialization Showing logs for build hgngenterprises/openclaw/pr-8 #2 stage from-build-pack and container place-scripts 2026/02/08 08:24:21 Decoded script /tekton/scripts/script-0-6v8cf 2026/02/08 08:24:21 Decoded script /tekton/scripts/script-1-n6852 2026/02/08 08:24:21 Decoded script /tekton/scripts/script-2-wfrfp 2026/02/08 08:24:21 Decoded script /tekton/scripts/script-4-467sl 2026/02/08 08:24:21 Decoded script /tekton/scripts/script-5-5848l Showing logs for build hgngenterprises/openclaw/pr-8 #2 stage from-build-pack and container working-dir-initializer Showing logs for build hgngenterprises/openclaw/pr-8 #2 stage from-build-pack and container step-git-clone git cloning url: https://github.com/hgngenterprises/openclaw.git version refs/pull/8/head:PR-8@04f618425570f08d57f1523348152fb3cd5e0a2f to dir: source Cloning into 'source'... From https://github.com/hgngenterprises/openclaw * [new ref] refs/pull/8/head -> PR-8 Switched to branch 'PR-8' HEAD is now at 04f6184 chore: remove mediagen deployment and MCP server checked out revision: refs/pull/8/head:PR-8@04f618425570f08d57f1523348152fb3cd5e0a2f to dir: source Showing logs for build hgngenterprises/openclaw/pr-8 #2 stage from-build-pack and container step-git-merge setup git user email jenkins-x@googlegroups.com Using SHAs from PULL_REFS=main:9832a5b9a3352d0ae92aae0c00c6d0a5cff4941b,8:04f618425570f08d57f1523348152fb3cd5e0a2f:refs/pull/8/head using base branch main and base sha 9832a5b9a3352d0ae92aae0c00c6d0a5cff4941b merging sha: 04f618425570f08d57f1523348152fb3cd5e0a2f Showing logs for build hgngenterprises/openclaw/pr-8 #2 stage from-build-pack and container step-jx-variables WARNING: no $GIT_SECRET_MOUNT_PATH environment variable set about to run: git clone --no-checkout --filter=blob:none --depth=1 https://github.com/greencapitaltrade/mcu.git /tmp/jx-git-2948038719 in dir /tmp Cloning into '/tmp/jx-git-2948038719'... about to run: git sparse-checkout set --no-cone jx-requirements.yml .jx/gitops/source-config.yaml in dir /tmp/jx-git-2948038719 about to run: git checkout in dir /tmp/jx-git-2948038719 Your branch is up to date with 'origin/main'. export APP_NAME='openclaw' export BRANCH_NAME='PR-8' export BUILD_NUMBER='2' export DOCKERFILE_PATH='Dockerfile' export DOCKER_REGISTRY='gctdev.azurecr.io' export DOCKER_REGISTRY_ORG='hgngenterprises' export DOMAIN='gc-t.in' about to run: git rev-parse --abbrev-ref HEAD in dir . main export GIT_BRANCH='main' export JENKINS_X_URL='https://dashboard-jx.gc-t.in/hgngenterprises/openclaw/PR-8/2' export JX_CHART_REPOSITORY='http://jenkins-x-chartmuseum.jx.svc.cluster.local:8080' export KANIKO_FLAGS='--skip-unused-stages --snapshotMode=redo' export MINK_AS='tekton-bot' version file VERSION does not exist export MINK_IMAGE='gctdev.azurecr.io/hgngenterprises/openclaw:0.0.0-PR-8-2-SNAPSHOT' export NAMESPACE_SUB_DOMAIN='-jx.' export PIPELINE_KIND='pullrequest' export PUSH_CONTAINER_REGISTRY='gctdev.azurecr.io' export REPO_NAME='openclaw' export REPO_OWNER='hgngenterprises' version file VERSION does not exist export VERSION='0.0.0-PR-8-2-SNAPSHOT' added variables to file: .jx/variables.sh added variables to file: .jx/variables.sh Showing logs for build hgngenterprises/openclaw/pr-8 #2 stage from-build-pack and container step-check-registry sourcing .jx/variables.sh verifying the container registry is setup WARNING: no $GIT_SECRET_MOUNT_PATH environment variable set about to run: git clone --no-checkout --filter=blob:none --depth=1 https://github.com/greencapitaltrade/mcu.git /tmp/jx-git-3985441967 in dir /tmp Cloning into '/tmp/jx-git-3985441967'... about to run: git sparse-checkout set --no-cone jx-requirements.yml .jx/gitops/source-config.yaml in dir /tmp/jx-git-3985441967 about to run: git checkout in dir /tmp/jx-git-3985441967 Your branch is up to date with 'origin/main'. no ECR code necessary as using provider aks Showing logs for build hgngenterprises/openclaw/pr-8 #2 stage from-build-pack and container step-build-container-build time="2026-02-08T08:25:47Z" level=warning msg="Flag --snapshotMode is deprecated. Use: --snapshot-mode" INFO[0000] Retrieving image manifest ghcr.io/openclaw/openclaw:latest INFO[0000] Retrieving image ghcr.io/openclaw/openclaw:latest from registry ghcr.io INFO[0002] Built cross stage deps: map[] INFO[0002] Retrieving image manifest ghcr.io/openclaw/openclaw:latest INFO[0002] Returning cached image manifest INFO[0002] Executing 0 build triggers INFO[0002] Building stage 'ghcr.io/openclaw/openclaw:latest' [idx: '0', base-idx: '-1'] INFO[0002] Unpacking rootfs as cmd COPY --chown=root:root workspace/ /app/workspace-init/ requires it. INFO[0109] COPY --chown=root:root workspace/ /app/workspace-init/ INFO[0109] Taking snapshot of files... INFO[0109] COPY --chown=root:root config/openclaw.json /app/config-init/openclaw.json INFO[0109] Taking snapshot of files... INFO[0109] ENV WORKSPACE_PATH=/app/workspace INFO[0109] ENV GATEWAY_PORT=18789 INFO[0109] ENV MODEL_PROVIDER=anthropic INFO[0109] ENV MODEL_NAME=claude-sonnet-4-5-20250929 INFO[0109] EXPOSE 18789 INFO[0109] Cmd: EXPOSE INFO[0109] Adding exposed port: 18789/tcp INFO[0109] WORKDIR /app INFO[0109] Cmd: workdir INFO[0109] Changed working directory to /app INFO[0109] No files changed in this command, skipping snapshotting. INFO[0109] ENTRYPOINT [] INFO[0109] CMD ["node", "/app/openclaw.mjs", "gateway", "--port", "18789", "--bind", "lan", "--allow-unconfigured"] INFO[0109] Pushing image to gctdev.azurecr.io/hgngenterprises/openclaw:0.0.0-PR-8-2-SNAPSHOT INFO[0111] Pushed gctdev.azurecr.io/hgngenterprises/openclaw@sha256:31bccf61cbefbd04d89a280ff65b366c309e5fcd609b7efebe97afc2cb12f279 Showing logs for build hgngenterprises/openclaw/pr-8 #2 stage from-build-pack and container step-promote-jx-preview found PullRequest https://github.com/hgngenterprises/openclaw/pull/8 using ingress sub domain -jx-hgngenterprises-openclaw-pr-8. upserted preview jx-hgngenterprises-openclaw-pr-8 passing env vars into helmfile: map[string]string{"APP_NAME":"openclaw", "DOCKER_REGISTRY":"gctdev.azurecr.io", "DOCKER_REGISTRY_ORG":"hgngenterprises", "PREVIEW_NAMESPACE":"jx-hgngenterprises-openclaw-pr-8", "VERSION":"0.0.0-PR-8-2-SNAPSHOT"} jx-hgngenterprises-openclaw-pr-8: LAST SEEN TYPE REASON OBJECT MESSAGE jx-hgngenterprises-openclaw-pr-8: 0s Normal WaitForFirstConsumer persistentvolumeclaim/openclaw-workspace waiting for first consumer to be created before binding jx-hgngenterprises-openclaw-pr-8: 0s Normal WaitForFirstConsumer persistentvolumeclaim/openclaw-config waiting for first consumer to be created before binding jx-hgngenterprises-openclaw-pr-8: 0s Normal ScalingReplicaSet deployment/openclaw Scaled up replica set openclaw-7f8c4ff754 to 1 jx-hgngenterprises-openclaw-pr-8: 0s Normal SuccessfulCreate replicaset/openclaw-7f8c4ff754 Created pod: openclaw-7f8c4ff754-tfjw8 jx-hgngenterprises-openclaw-pr-8: 0s Normal SuccessfulCreate job/jx-verify-gc-jobs-ebmxz Created pod: jx-verify-gc-jobs-ebmxz-k6dmh jx-hgngenterprises-openclaw-pr-8: 0s Normal Scheduled pod/jx-verify-gc-jobs-ebmxz-k6dmh Successfully assigned jx-hgngenterprises-openclaw-pr-8/jx-verify-gc-jobs-ebmxz-k6dmh to aks-default-90849530-vmss000000 jx-hgngenterprises-openclaw-pr-8: 0s Normal Provisioning persistentvolumeclaim/openclaw-config External provisioner is provisioning volume for claim "jx-hgngenterprises-openclaw-pr-8/openclaw-config" jx-hgngenterprises-openclaw-pr-8: 0s Normal ExternalProvisioning persistentvolumeclaim/openclaw-config Waiting for a volume to be created either by the external provisioner 'disk.csi.azure.com' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered. jx-hgngenterprises-openclaw-pr-8: 0s Normal Provisioning persistentvolumeclaim/openclaw-workspace External provisioner is provisioning volume for claim "jx-hgngenterprises-openclaw-pr-8/openclaw-workspace" jx-hgngenterprises-openclaw-pr-8: 0s Normal ExternalProvisioning persistentvolumeclaim/openclaw-workspace Waiting for a volume to be created either by the external provisioner 'disk.csi.azure.com' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered. jx-hgngenterprises-openclaw-pr-8: 0s Normal ExternalProvisioning persistentvolumeclaim/openclaw-workspace Waiting for a volume to be created either by the external provisioner 'disk.csi.azure.com' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered. jx-hgngenterprises-openclaw-pr-8: 0s Normal ExternalProvisioning persistentvolumeclaim/openclaw-config Waiting for a volume to be created either by the external provisioner 'disk.csi.azure.com' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered. jx-hgngenterprises-openclaw-pr-8: 0s Normal Pulled pod/jx-verify-gc-jobs-ebmxz-k6dmh Container image "ghcr.io/jenkins-x/jx-verify:0.3.17" already present on machine jx-hgngenterprises-openclaw-pr-8: 0s Normal Created pod/jx-verify-gc-jobs-ebmxz-k6dmh Created container: job jx-hgngenterprises-openclaw-pr-8: 0s Normal ProvisioningSucceeded persistentvolumeclaim/openclaw-config Successfully provisioned volume pvc-36f3beaf-92d4-4340-8878-03997f99367b jx-hgngenterprises-openclaw-pr-8: 0s Normal ProvisioningSucceeded persistentvolumeclaim/openclaw-workspace Successfully provisioned volume pvc-8b969532-564d-45ec-aa6d-5db2ca9a0a99 jx-hgngenterprises-openclaw-pr-8: 0s Normal Started pod/jx-verify-gc-jobs-ebmxz-k6dmh Started container job jx-hgngenterprises-openclaw-pr-8: 0s Normal Scheduled pod/openclaw-7f8c4ff754-tfjw8 Successfully assigned jx-hgngenterprises-openclaw-pr-8/openclaw-7f8c4ff754-tfjw8 to aks-stateless-10625834-vmss0000hq jx-hgngenterprises-openclaw-pr-8: 0s Normal SuccessfulAttachVolume pod/openclaw-7f8c4ff754-tfjw8 AttachVolume.Attach succeeded for volume "pvc-36f3beaf-92d4-4340-8878-03997f99367b" jx-hgngenterprises-openclaw-pr-8: 0s Normal SuccessfulAttachVolume pod/openclaw-7f8c4ff754-tfjw8 AttachVolume.Attach succeeded for volume "pvc-8b969532-564d-45ec-aa6d-5db2ca9a0a99" jx-hgngenterprises-openclaw-pr-8: 0s Normal Pulling pod/openclaw-7f8c4ff754-tfjw8 Pulling image "gctdev.azurecr.io/hgngenterprises/openclaw:0.0.0-PR-8-2-SNAPSHOT" jx-hgngenterprises-openclaw-pr-8: 0s Normal Pulled pod/openclaw-7f8c4ff754-tfjw8 Successfully pulled image "gctdev.azurecr.io/hgngenterprises/openclaw:0.0.0-PR-8-2-SNAPSHOT" in 1m7.806s (1m7.806s including waiting). Image size: 1727754316 bytes. jx-hgngenterprises-openclaw-pr-8: 0s Normal Created pod/openclaw-7f8c4ff754-tfjw8 Created container: config-sync jx-hgngenterprises-openclaw-pr-8: 0s Normal Started pod/openclaw-7f8c4ff754-tfjw8 Started container config-sync jx-hgngenterprises-openclaw-pr-8: 0s Normal Pulling pod/openclaw-7f8c4ff754-tfjw8 Pulling image "gctdev.azurecr.io/hgngenterprises/openclaw:0.0.0-PR-8-2-SNAPSHOT" jx-hgngenterprises-openclaw-pr-8: 0s Normal Pulled pod/openclaw-7f8c4ff754-tfjw8 Successfully pulled image "gctdev.azurecr.io/hgngenterprises/openclaw:0.0.0-PR-8-2-SNAPSHOT" in 235ms (235ms including waiting). Image size: 1727754316 bytes. jx-hgngenterprises-openclaw-pr-8: 0s Normal Created pod/openclaw-7f8c4ff754-tfjw8 Created container: openclaw jx-hgngenterprises-openclaw-pr-8: 0s Normal Started pod/openclaw-7f8c4ff754-tfjw8 Started container openclaw jx-hgngenterprises-openclaw-pr-8: 0s Warning Unhealthy pod/openclaw-7f8c4ff754-tfjw8 Readiness probe failed: Get "http://10.244.46.11:18789/health": context deadline exceeded (Client.Timeout exceeded while awaiting headers) jx-hgngenterprises-openclaw-pr-8: 0s Warning Unhealthy pod/openclaw-7f8c4ff754-tfjw8 Readiness probe failed: Get "http://10.244.46.11:18789/health": context deadline exceeded (Client.Timeout exceeded while awaiting headers) jx-hgngenterprises-openclaw-pr-8: 0s Warning Unhealthy pod/openclaw-7f8c4ff754-tfjw8 Readiness probe failed: Get "http://10.244.46.11:18789/health": context deadline exceeded (Client.Timeout exceeded while awaiting headers) jx-hgngenterprises-openclaw-pr-8: 0s Warning Unhealthy pod/openclaw-7f8c4ff754-tfjw8 Readiness probe failed: Get "http://10.244.46.11:18789/health": context deadline exceeded (Client.Timeout exceeded while awaiting headers) jx-hgngenterprises-openclaw-pr-8: 0s Warning Unhealthy pod/openclaw-7f8c4ff754-tfjw8 Readiness probe failed: Get "http://10.244.46.11:18789/health": dial tcp 10.244.46.11:18789: connect: connection refused jx-hgngenterprises-openclaw-pr-8: 0s Warning Unhealthy pod/openclaw-7f8c4ff754-tfjw8 Readiness probe failed: Get "http://10.244.46.11:18789/health": dial tcp 10.244.46.11:18789: connect: connection refused killed the kubectl event watch command found helm preview release jx-verify in namespace jx-hgngenterprises-openclaw-pr-8 preview jx-hgngenterprises-openclaw-pr-8 is now running at http://openclaw-pr8.voltcred.com updated preview jx-hgngenterprises-openclaw-pr-8 with URL http://openclaw-pr8.voltcred.com Updated PipelineActivity hgngenterprises-openclaw-pr-8-2 which has status Pending wrote preview environment variables to .jx/variables.sh commented on pull request #8 on repository hgngenterprises/openclaw