This job view page is being replaced by Spyglass soon. Check out the new job view.
ResultFAILURE
Tests 0 failed / 0 succeeded
Started2023-03-01 01:24
Elapsed12m12s
Revisionmain

No Test Failures!


Error lines from build-log.txt

... skipping 75 lines ...
Wed, 01 Mar 2023 01:25:23 +0000: running gmsa setup
Wed, 01 Mar 2023 01:25:23 +0000: setting up domain vm in gmsa-dc-3326 with keyvault capz-ci-gmsa
make: Entering directory '/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure'
GOBIN=/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure/hack/tools/bin ./scripts/go_install.sh github.com/drone/envsubst/v2/cmd/envsubst envsubst v2.0.0-20210730161058-179042472c46
go: downloading github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46
make: Leaving directory '/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure'
WARNING: Failed to query a3dadaa5-8e1b-459e-abb2-f4b9241bf73a by invoking Graph API. If you don't have permission to query Graph API, please specify --assignee-object-id and --assignee-principal-type.
WARNING: Assuming a3dadaa5-8e1b-459e-abb2-f4b9241bf73a as an object ID.
Pre-reqs are met for creating Domain vm
{
  "id": "/subscriptions/0e46bd28-a80f-4d3a-8200-d9eb8d80cb2e/resourceGroups/gmsa-dc-3326",
  "location": "canadacentral",
  "managedBy": null,
... skipping 3 lines ...
  },
  "tags": {
    "creationTimestamp": "2023-03-01T01:25:39Z"
  },
  "type": "Microsoft.Resources/resourceGroups"
}
ERROR: (ResourceNotFound) The Resource 'Microsoft.Compute/virtualMachines/dc-3326' under resource group 'gmsa-dc-3326' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
Code: ResourceNotFound
Message: The Resource 'Microsoft.Compute/virtualMachines/dc-3326' under resource group 'gmsa-dc-3326' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
Creating Domain vm
WARNING: Starting Build 2023 event, "az vm/vmss create" command will deploy Trusted Launch VM by default. To know more about Trusted Launch, please visit https://docs.microsoft.com/en-us/azure/virtual-machines/trusted-launch
WARNING: It is recommended to use parameter "--public-ip-sku Standard" to create new VM with Standard public IP. Please note that the default public IP used for VM creation will be changed from Basic to Standard in the future.
{
... skipping 13 lines ...
  "powerState": "VM running",
  "privateIpAddress": "172.16.0.4",
  "publicIpAddress": "",
  "resourceGroup": "gmsa-dc-3326",
  "zones": ""
}
ERROR: The command requires the extension bastion. Unable to prompt for extension install confirmation as no tty available. Run 'az config set extension.use_dynamic_install=yes_without_prompt' to allow installing extensions without prompt.
Wed, 01 Mar 2023 01:28:01 +0000: starting to create cluster
WARNING: The installed extension 'capi' is in preview.
Using ./capz/templates/gmsa.yaml
WARNING: Command group 'capi' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
WARNING: Could not find an Azure resource group, CAPZ will create one for you
WARNING: ✓ Downloaded clusterctl
... skipping 3 lines ...
WARNING: ✓ Created Resource Group: capz-conf-bcbayy
WARNING: ✓ Created AKS management cluster
WARNING: aks credentials will overwrite existing cluster config for cluster capi-manager if it exists
WARNING: Merged "capi-manager" as current context in /root/.kube/config
WARNING: ✓ Obtained AKS credentials
WARNING: ✓ Created Cluster Identity Secret
ERROR: Couldn't install CAPI provider components in current cluster
Wed, 01 Mar 2023 01:31:32 +0000: cleaning up
E0301 01:31:33.124984    1920 memcache.go:255] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
E0301 01:31:33.223224    1920 memcache.go:106] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
E0301 01:31:33.261102    1920 memcache.go:106] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
E0301 01:31:33.296036    1920 memcache.go:106] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
NAME                                STATUS   ROLES   AGE   VERSION   INTERNAL-IP   EXTERNAL-IP   OS-IMAGE             KERNEL-VERSION     CONTAINER-RUNTIME
... skipping 192 lines ...
go: downloading github.com/google/cel-go v0.12.5
go: downloading github.com/stoewer/go-strcase v1.2.0
go: downloading github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220418222510-f25a4f6275ed
Collecting logs for cluster capz-conf-bcbayy in namespace default and dumping logs to /logs/artifacts
  Mar  1 01:33:25.539: INFO: Dumping workload cluster default/capz-conf-bcbayy logs
panic: Timed out after 180.000s.
Failed to get Machines for the Cluster default/capz-conf-bcbayy
Expected success, but got an error:
    <*meta.NoKindMatchError | 0xc0007a11c0>: {
        GroupKind: {
            Group: "cluster.x-k8s.io",
            Kind: "Machine",
        },
        SearchedVersions: ["v1beta1"],
    }
    no matches for kind "Machine" in version "cluster.x-k8s.io/v1beta1"

goroutine 1 [running]:
main.Fail({0xc00022c4e0?, 0x12?}, {0xc00100b830?, 0x3?, 0x3?})
	/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure/test/logger.go:36 +0x2d
github.com/onsi/gomega/internal.(*AsyncAssertion).match.func3({0x3187c3a, 0x9})
	/home/prow/go/pkg/mod/github.com/onsi/gomega@v1.27.1/internal/async_assertion.go:470 +0x1d3
github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000980ee0, {0x3502530?, 0x4968438}, 0x1, {0xc000499aa0, 0x2, 0x2})
	/home/prow/go/pkg/mod/github.com/onsi/gomega@v1.27.1/internal/async_assertion.go:552 +0xedb
github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000980ee0, {0x3502530, 0x4968438}, {0xc000499aa0, 0x2, 0x2})
... skipping 44 lines ...