Skip to content

feat: update to acr-mirror 1.0.0#8799

Open
juliusl wants to merge 6 commits into
mainfrom
pr/acr-mirror-1.0.0
Open

feat: update to acr-mirror 1.0.0#8799
juliusl wants to merge 6 commits into
mainfrom
pr/acr-mirror-1.0.0

fix: address merge/spec issues and PR feedback

8c937c6
Select commit
Loading
Failed to load commit list.
Azure Pipelines / AKS Linux VHD Build - PR check-in gate failed Jul 3, 2026 in 1h 34m 42s

Build #20260703.8_merge_170789622 had test failures

Details

Tests

  • Failed: 13 (3.51%)
  • Passed: 357 (96.49%)
  • Other: 0 (0.00%)
  • Total: 370

Annotations

Check failure on line 2551 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AKS Linux VHD Build - PR check-in gate

Build log #L2551

Script failed with exit code: 2

Check failure on line 2227 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AKS Linux VHD Build - PR check-in gate

Build log #L2227

Script failed with exit code: 1

Check failure on line 1 in Test_Ubuntu2404_CSE_FullInstallPerformance/default

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AKS Linux VHD Build - PR check-in gate

Test_Ubuntu2404_CSE_FullInstallPerformance/default

Failed
Raw output
=== RUN   Test_Ubuntu2404_CSE_FullInstallPerformance/default
=== PAUSE Test_Ubuntu2404_CSE_FullInstallPerformance/default
=== CONT  Test_Ubuntu2404_CSE_FullInstallPerformance/default
    test_helpers.go:418: [0.000s] TAGS {Name:Test_Ubuntu2404_CSE_FullInstallPerformance/default ImageName:2404gen2containerd OS:ubuntu Arch:amd64 NetworkIsolated:false NonAnonymousACR:false GPU:false WASM:false BootstrapTokenFallback:false KubeletCustomConfig:false Scriptless:false VHDCaching:false MockAzureChinaCloud:false VMSeriesCoverageTest:false}
    test_helpers.go:229: [0.000s] → running scenario...
    test_helpers.go:246: [0.000s] using cluster abe2e-kubenet-v5-150ee in rg=abe2e-westus3 sub=8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8
    test_helpers.go:247: [0.000s] portal: https://portal.azure.com/#@microsoft.onmicrosoft.com/resource/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/abe2e-westus3/providers/Microsoft.ContainerService/managedClusters/abe2e-kubenet-v5-150ee/overview
    test_helpers.go:279: [0.007s] → preparing AKS node...
    vmss.go:531: [0.007s] → creating VMSS kdgi-2026-07-03-ubuntu2404csefullinstallperformancedefaul...
    vmss.go:435: [0.341s] VMSS portal link: https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/resource/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abe2e-westus3_abe2e-kubenet-v5-150ee_westus3/providers/Microsoft.Compute/virtualMachineScaleSets/kdgi-2026-07-03-ubuntu2404csefullinstallperformancedefaul/overview
    vmss.go:441: [0.341s] Managed cluster portal link: https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/resource/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abe2e-westus3_abe2e-kubenet-v5-150ee_westus3/providers/Microsoft.ContainerService/managedClusters/abe2e-kubenet-v5-150ee/overview
    vmss.go:564: [18.084s] VM will be automatically deleted after the test finishes, to preserve it for debugging purposes set KEEP_VMSS=true or pause the test with a breakpoint before the test finishes or failed
    vmss.go:568: [18.084s] SSH Instructions: (may take a few minutes for the VM to be ready for SSH)
        ========================
        az network bastion ssh --target-resource-id "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abe2e-westus3_abe2e-kubenet-v5-150ee_westus3/providers/Microsoft.Compute/virtualMachineScaleSets/kdgi-2026-07-03-ubuntu2404csefullinstallperformancedefaul/virtualMachines/0" --name "abe2e-shared-bastion" --resource-group abe2e-westus3 --auth-type ssh-key --username azureuser --ssh-key /tmp/private-key-3368492322
        
    bastionssh.go:304: [209.729s] Attempt 1/5 establishing SSH over bastion to 10.220.112.27
    vmss.go:618: [210.890s] VM reached running state
    vmss.go:588: [210.890s] ✓ creating VMSS kdgi-2026-07-03-ubuntu2404csefullinstallperformancedefaul done (210.9s)
    kube.go:160: [210.890s] → waiting for node kdgi-2026-07-03-ubuntu2404csefullinstallperformancedefaul to be ready...
    kube.go:187: [218.825s] node kdgi-2026-07-03-ubuntu2404csefullinstallperformancedefaul000000 is not ready. Taints: [{"key":"node.kubernetes.io/not-ready","effect":"NoSchedule"},{"key":"node.kubernetes.io/network-unavailable","effect":"NoSchedule","timeAdded":"2026-07-03T01:57:26Z"}] Conditions: [{"type":"NetworkUnavailable","status":"True","lastHeartbeatTime":"2026-07-03T01:57:26Z","lastTransitionTime":"2026-07-03T01:57:26Z","reason":"NodeInitialization","message":"Waiting for cloud routes"},{"type":"MemoryPressure","status":"False","lastHeartbeatTime":"2026-07-03T01:57:51Z","lastTransitionTime":"2026-07-03T01:57:20Z","reason":"KubeletHasSufficientMemory","message":"kubelet has sufficient memory available"},{"type":"DiskPressure","status":"False","lastHeartbeatTime":"2026-07-03T01:57:51Z","lastTransitionTime":"2026-07-03T0
... [The stack trace has been truncated as it exceeded the maximum allowed size. Please refer to the complete log available in the Test Run attachments for full details.]

Check failure on line 1 in Test_Ubuntu2404_CSE_FullInstallPerformance

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AKS Linux VHD Build - PR check-in gate

Test_Ubuntu2404_CSE_FullInstallPerformance

Failed
Raw output
=== RUN   Test_Ubuntu2404_CSE_FullInstallPerformance
=== PAUSE Test_Ubuntu2404_CSE_FullInstallPerformance
=== CONT  Test_Ubuntu2404_CSE_FullInstallPerformance
--- FAIL: Test_Ubuntu2404_CSE_FullInstallPerformance (0.00s)

Check failure on line 1 in Test_Ubuntu2204_CSE_CachedPerformance

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AKS Linux VHD Build - PR check-in gate

Test_Ubuntu2204_CSE_CachedPerformance

Failed
Raw output
=== RUN   Test_Ubuntu2204_CSE_CachedPerformance
=== PAUSE Test_Ubuntu2204_CSE_CachedPerformance
=== CONT  Test_Ubuntu2204_CSE_CachedPerformance
--- FAIL: Test_Ubuntu2204_CSE_CachedPerformance (0.01s)

Check failure on line 1 in Test_Ubuntu2204_CSE_CachedPerformance/default

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AKS Linux VHD Build - PR check-in gate

Test_Ubuntu2204_CSE_CachedPerformance/default

Failed
Raw output
=== RUN   Test_Ubuntu2204_CSE_CachedPerformance/default
=== PAUSE Test_Ubuntu2204_CSE_CachedPerformance/default
=== CONT  Test_Ubuntu2204_CSE_CachedPerformance/default
    test_helpers.go:418: [0.000s] TAGS {Name:Test_Ubuntu2204_CSE_CachedPerformance/default ImageName:2204gen2containerd OS:ubuntu Arch:amd64 NetworkIsolated:false NonAnonymousACR:false GPU:false WASM:false BootstrapTokenFallback:false KubeletCustomConfig:false Scriptless:false VHDCaching:false MockAzureChinaCloud:false VMSeriesCoverageTest:false}
    test_helpers.go:229: [0.000s] → running scenario...
    test_helpers.go:246: [0.000s] using cluster abe2e-kubenet-v5-150ee in rg=abe2e-westus3 sub=8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8
    test_helpers.go:247: [0.000s] portal: https://portal.azure.com/#@microsoft.onmicrosoft.com/resource/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/abe2e-westus3/providers/Microsoft.ContainerService/managedClusters/abe2e-kubenet-v5-150ee/overview
    test_helpers.go:279: [0.003s] → preparing AKS node...
    vmss.go:531: [0.003s] → creating VMSS oexl-2026-07-03-ubuntu2204csecachedperformancedefault...
    vmss.go:435: [0.215s] VMSS portal link: https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/resource/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abe2e-westus3_abe2e-kubenet-v5-150ee_westus3/providers/Microsoft.Compute/virtualMachineScaleSets/oexl-2026-07-03-ubuntu2204csecachedperformancedefault/overview
    vmss.go:441: [0.215s] Managed cluster portal link: https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/resource/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abe2e-westus3_abe2e-kubenet-v5-150ee_westus3/providers/Microsoft.ContainerService/managedClusters/abe2e-kubenet-v5-150ee/overview
    vmss.go:564: [32.848s] VM will be automatically deleted after the test finishes, to preserve it for debugging purposes set KEEP_VMSS=true or pause the test with a breakpoint before the test finishes or failed
    vmss.go:568: [32.848s] SSH Instructions: (may take a few minutes for the VM to be ready for SSH)
        ========================
        az network bastion ssh --target-resource-id "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_abe2e-westus3_abe2e-kubenet-v5-150ee_westus3/providers/Microsoft.Compute/virtualMachineScaleSets/oexl-2026-07-03-ubuntu2204csecachedperformancedefault/virtualMachines/0" --name "abe2e-shared-bastion" --resource-group abe2e-westus3 --auth-type ssh-key --username azureuser --ssh-key /tmp/private-key-3368492322
        
    bastionssh.go:304: [197.300s] Attempt 1/5 establishing SSH over bastion to 10.220.112.43
    vmss.go:618: [198.651s] VM reached running state
    vmss.go:588: [198.651s] ✓ creating VMSS oexl-2026-07-03-ubuntu2204csecachedperformancedefault done (198.6s)
    kube.go:160: [198.651s] → waiting for node oexl-2026-07-03-ubuntu2204csecachedperformancedefault to be ready...
    kube.go:187: [200.543s] node oexl-2026-07-03-ubuntu2204csecachedperformancedefault000000 is not ready. Taints: [{"key":"node.kubernetes.io/not-ready","effect":"NoSchedule"},{"key":"node.kubernetes.io/network-unavailable","effect":"NoSchedule","timeAdded":"2026-07-03T01:58:14Z"}] Conditions: [{"type":"NetworkUnavailable","status":"True","lastHeartbeatTime":"2026-07-03T01:58:09Z","lastTransitionTime":"2026-07-03T01:58:09Z","reason":"NodeInitialization","message":"Waiting for cloud routes"},{"type":"MemoryPressure","status":"False","lastHeartbeatTime":"2026-07-03T01:58:20Z","lastTransitionTime":"2026-07-03T01:57:46Z","reason":"KubeletHasSufficientMemory","message":"kubelet has sufficient memory available"},{"type":"DiskPressure","status":"False","lastHeartbeatTime":"2026-07-03T01:58:20Z","lastTransitionTime":"2026-07-03T01:57:46Z","reason":"KubeletHasNoDiskPressure
... [The stack trace has been truncated as it exceeded the maximum allowed size. Please refer to the complete log available in the Test Run attachments for full details.]