Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: don't create k8s_downloads_dir if var is not set #5984

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

remove space to retrigger

a6e098a
Select commit
Loading
Failed to load commit list.
Open

bug: don't create k8s_downloads_dir if var is not set #5984

remove space to retrigger
a6e098a
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Agentbaker Windows E2E failed Mar 6, 2025 in 26m 41s

Build #20250305.9 had test failures

Details

Tests

  • Failed: 2 (40.00%)
  • Passed: 3 (60.00%)
  • Other: 0 (0.00%)
  • Total: 5

Annotations

Check failure on line 1044 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Agentbaker Windows E2E

Build log #L1044

Bash exited with code '1'.

Check failure on line 1 in Test_Windows23H2

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Agentbaker Windows E2E

Test_Windows23H2

Failed
Raw output
    scenario_helpers_test.go:188: VHD: "/subscriptions/4be8920b-2978-43d7-ab14-04d8549c1d05/resourceGroups/AKS-Windows/providers/Microsoft.Compute/galleries/AKSWindows/images/windows-23H2/versions/25398.1425.250214", TAGS {Name:Test_Windows23H2 ImageName:windows-23H2 OS:windows Arch:amd64 Airgap:false NonAnonymousACR:false GPU:false WASM:false ServerTLSBootstrapping:false KubeletCustomConfig:false}
    vmss.go:39: creating VMSS "win0fr0" in resource group "MC_abe2e-westus3_abe2e-azure-network-1bef8_westus3"
    azure.go:497: creating VMSS win0fr0 in resource group MC_abe2e-westus3_abe2e-azure-network-1bef8_westus3
    azure.go:510: created VMSS win0fr0 in resource group MC_abe2e-westus3_abe2e-azure-network-1bef8_westus3
    scenario_helpers_test.go:146: vmss win0fr0 creation succeeded
    kube.go:147: waiting for node win0fr0 to be ready
    kube.go:170: node win0fr0000000 is ready. Taints: null Conditions: [{"type":"MemoryPressure","status":"False","lastHeartbeatTime":"2025-03-06T00:04:57Z","lastTransitionTime":"2025-03-06T00:04:26Z","reason":"KubeletHasSufficientMemory","message":"kubelet has sufficient memory available"},{"type":"DiskPressure","status":"False","lastHeartbeatTime":"2025-03-06T00:04:57Z","lastTransitionTime":"2025-03-06T00:04:26Z","reason":"KubeletHasNoDiskPressure","message":"kubelet has no disk pressure"},{"type":"PIDPressure","status":"False","lastHeartbeatTime":"2025-03-06T00:04:57Z","lastTransitionTime":"2025-03-06T00:04:26Z","reason":"KubeletHasSufficientPID","message":"kubelet has sufficient PID available"},{"type":"Ready","status":"True","lastHeartbeatTime":"2025-03-06T00:04:57Z","lastTransitionTime":"2025-03-06T00:04:28Z","reason":"KubeletReady","message":"kubelet is posting ready status"}]
    scenario_helpers_test.go:149: node win0fr0 is ready
    scenario_helpers_test.go:102: Choosing the private ACR "privateacre2ewestus3" for the vm validation
    pod.go:18: creating pod "win0fr0000000-test-pod"
    kube.go:85: waiting for pod  metadata.name=win0fr0000000-test-pod in "default" namespace to be ready
    kube.go:106: time before timeout: 9m6.143163614s
    kube.go:270: {
          "Name": "win0fr0000000-test-pod",
          "Namespace": "default",
          "Containers": [
            {
              "Name": "iis-container",
              "Image": "mcr.microsoft.com/windows/servercore/iis",
              "Ports": [
                {
                  "containerPort": 80,
                  "protocol": "TCP"
                }
              ]
            }
          ],
          "Conditions": null,
          "Phase": "Running",
          "StartTime": "2025-03-06T00:05:10Z",
          "Events": [
            {
              "Reason": "Scheduled",
              "Message": "Successfully assigned default/win0fr0000000-test-pod to win0fr0000000",
              "Count": 0,
              "LastTimestamp": null
            },
            {
              "Reason": "Pulling",
              "Message": "Pulling image \"mcr.microsoft.com/windows/servercore/iis\"",
              "Count": 1,
              "LastTimestamp": "2025-03-06T00:05:13Z"
            },
            {
              "Reason": "Pulled",
              "Message": "Successfully pulled image \"mcr.microsoft.com/windows/servercore/iis\" in 107ms (107ms including waiting)",
              "Count": 1,
              "LastTimestamp": "2025-03-06T00:05:13Z"
            },
            {
              "Reason": "Created",
              "Message": "Created container iis-container",
              "Count": 1,
              "LastTimestamp": "2025-03-06T00:05:14Z"
            },
            {
              "Reason": "Started",
              "Message": "Started container iis-container",
              "Count": 1,
              "LastTimestamp": "2025-03-06T00:05:26Z"
            },
            {
              "Reason": "Unhealthy",
              "Message": "Readiness probe failed: Get \"http://10.224.0.128:80/\": context deadline exceeded (Client.Timeout exceeded whil

Check failure on line 1 in Test_Windows23H2Gen2

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Agentbaker Windows E2E

Test_Windows23H2Gen2

Failed
Raw output
    scenario_helpers_test.go:188: VHD: "/subscriptions/4be8920b-2978-43d7-ab14-04d8549c1d05/resourceGroups/AKS-Windows/providers/Microsoft.Compute/galleries/AKSWindows/images/windows-23H2-gen2/versions/25398.1425.250214", TAGS {Name:Test_Windows23H2Gen2 ImageName:windows-23H2-gen2 OS:windows Arch:amd64 Airgap:false NonAnonymousACR:false GPU:false WASM:false ServerTLSBootstrapping:false KubeletCustomConfig:false}
    vmss.go:39: creating VMSS "winccwk" in resource group "MC_abe2e-westus3_abe2e-azure-network-1bef8_westus3"
    azure.go:497: creating VMSS winccwk in resource group MC_abe2e-westus3_abe2e-azure-network-1bef8_westus3
    azure.go:510: created VMSS winccwk in resource group MC_abe2e-westus3_abe2e-azure-network-1bef8_westus3
    scenario_helpers_test.go:146: vmss winccwk creation succeeded
    kube.go:147: waiting for node winccwk to be ready
    kube.go:170: node winccwk000000 is ready. Taints: [{"key":"node.cloudprovider.kubernetes.io/uninitialized","value":"true","effect":"NoSchedule"}] Conditions: [{"type":"MemoryPressure","status":"False","lastHeartbeatTime":"2025-03-06T00:05:01Z","lastTransitionTime":"2025-03-06T00:05:00Z","reason":"KubeletHasSufficientMemory","message":"kubelet has sufficient memory available"},{"type":"DiskPressure","status":"False","lastHeartbeatTime":"2025-03-06T00:05:01Z","lastTransitionTime":"2025-03-06T00:05:00Z","reason":"KubeletHasNoDiskPressure","message":"kubelet has no disk pressure"},{"type":"PIDPressure","status":"False","lastHeartbeatTime":"2025-03-06T00:05:01Z","lastTransitionTime":"2025-03-06T00:05:00Z","reason":"KubeletHasSufficientPID","message":"kubelet has sufficient PID available"},{"type":"Ready","status":"True","lastHeartbeatTime":"2025-03-06T00:05:01Z","lastTransitionTime":"2025-03-06T00:05:01Z","reason":"KubeletReady","message":"kubelet is posting ready status"}]
    scenario_helpers_test.go:149: node winccwk is ready
    scenario_helpers_test.go:102: Choosing the private ACR "privateacre2ewestus3" for the vm validation
    pod.go:18: creating pod "winccwk000000-test-pod"
    kube.go:85: waiting for pod  metadata.name=winccwk000000-test-pod in "default" namespace to be ready
    kube.go:106: time before timeout: 9m5.920023279s
    kube.go:270: {
          "Name": "winccwk000000-test-pod",
          "Namespace": "default",
          "Containers": [
            {
              "Name": "iis-container",
              "Image": "mcr.microsoft.com/windows/servercore/iis",
              "Ports": [
                {
                  "containerPort": 80,
                  "protocol": "TCP"
                }
              ]
            }
          ],
          "Conditions": null,
          "Phase": "Pending",
          "StartTime": "2025-03-06T00:05:25Z",
          "Events": [
            {
              "Reason": "FailedScheduling",
              "Message": "0/13 nodes are available: 10 node(s) didn't match Pod's node affinity/selector, 3 node(s) had untolerated taint {node.cloudprovider.kubernetes.io/uninitialized: true}. preemption: 0/13 nodes are available: 13 Preemption is not helpful for scheduling.",
              "Count": 0,
              "LastTimestamp": null
            },
            {
              "Reason": "Scheduled",
              "Message": "Successfully assigned default/winccwk000000-test-pod to winccwk000000",
              "Count": 0,
              "LastTimestamp": null
            },
            {
              "Reason": "Pulling",
              "Message": "Pulling image \"mcr.microsoft.com/windows/servercore/iis\"",
              "Count": 1,
              "LastTimestamp": "2025-03-06T00:05:27Z"
            },
            {
              "Reason": "Pulled",
              "Message": "Successfully pulled image \"mcr.microsoft.com/windows/servercore/iis\" in 544ms (544ms including waiting)",
              "Count": 1,
              "LastTimestamp": "2025-03-06T00:05:27Z"
            },
            {
              "Reason": "Created",
              "Message": "Cre