Currently we have an issue that is breaking our CI.
It seems that the failures were also happening on previous version of MAPT
Run echo "::debug::Tags: REDACTED,source=github"
Run # Debug: Show key parameters
total 8
drwxr-xr-x 2 runner runner 4096 Mar 31 02:57 .
drwxr-xr-x 3 runner runner 4096 Mar 31 02:57 ..
Starting MAPT container...
++ podman run -d --name windows-create -v /home/runner/work/e2e/e2e:/workspace:z -e ARM_TENANT_ID= -e ARM_SUBSCRIPTION_ID= -e ARM_CLIENT_ID= -e ARM_CLIENT_SECRET= --user 0 quay.io/redhat-developer/mapt:v0.11.1 azure windows create --project-name windows-desktop --backed-url file:///workspace --conn-details-output /workspace --windows-version 11 --windows-featurepack 25h2-ent --cpus 4 --memory 32 --nested-virt --tags REDACTED,source=github --spot-excluded-regions westindia,centralindia,southindia,australiacentral,australiacentral2,australiaeast,australiasoutheast,southafricanorth,southafricawest,malaysiawest --spot
Trying to pull quay.io/redhat-developer/mapt:v0.11.1...
Getting image source signatures
Copying blob sha256:5e56ae793416c891e730da4a7cdab31f2ec68c19250364b4345afcc72888a42f
Copying blob sha256:56b2ec53eb90753f4259bc1fd55c9b03d2aeb15f32351977d3513cdfc735b78c
Copying blob sha256:c2c39868ca9ba59ef732bdfe07940cf62b8598731bddde659ba9d80f8e7ecde6
Copying config sha256:26111184566c39c14fb9547f1a8ae9d9ed5e081778af485f492d0401a12c769d
Writing manifest to image destination
+ CONTAINER_ID=f9464548dc73994a7ade7f166698581cd1cd0e7da9b30f71746dc25b0799ae62
+ set +x
Waiting for instance creation...
DEBU running 'mapt azure windows create'
INFO missing default value for Azure Location, if needed it should set using ARM_LOCATION_NAME or AZURE_DEFAULTS_LOCATION
DEBU context initialized for mapt317815f3
DEBU Based on avg prices for instance types [Standard_E4ads_v6 Standard_E4as_v5 Standard_E4as_v6 Standard_E4bs_v5 Standard_E4ds_v6 Standard_E4s_v4 Standard_E4s_v6 Standard_E4s_v5 Standard_F4amds_v7 Standard_F4ams_v6 Standard_F4ams_v7 Standard_FX4mds_v2 Standard_FX4ms_v2 Standard_D8ads_v6 Standard_D8as_v5 Standard_D8as_v6 Standard_D8ds_v6 Standard_D8s_v4 Standard_D8s_v6 Standard_D8s_v5] is az northcentralus, current avg price is 0.16 and max price is 0.16 with a score of 0-5
DEBU Spot data: {[Standard_D8ds_v6] 0.2080481 northcentralus 0}
DEBU managing stack stackCreateWindowsDesktop-windows-desktop
INFO Updating (stackCreateWindowsDesktop-windows-desktop):
INFO
INFO + pulumi:pulumi:Stack windows-desktop-stackCreateWindowsDesktop-windows-desktop creating (0s)
INFO + azure-native:resources:ResourceGroup windows-desktop-awd-rg creating (0s)
INFO + random:index:RandomPassword windows-desktop-awd-pswd-adminuser8b8fb9cc creating (0s)
INFO + random:index:RandomPassword windows-desktop-awd-pswd-adminuser8b8fb9cc created (0.07s)
DEBU About to create the VM with compute.NewVirtualMachine
DEBU got the self hosted runner script
INFO + random:index:RandomPassword windows-desktop-awd-pswd-user50c19a67 creating (0s)
INFO + tls:index:PrivateKey windows-desktop-awd-privatekey-user creating (0s)
INFO + random:index:RandomPassword windows-desktop-awd-pswd-user50c19a67 created (0.07s)
INFO @ updating....
INFO + tls:index:PrivateKey windows-desktop-awd-privatekey-user created (1s)
INFO @ updating.......
INFO + azure-native:resources:ResourceGroup windows-desktop-awd-rg created (5s)
INFO + azure-native:network:PublicIPAddress windows-desktop-awd-pip creating (0s)
INFO + azure-native:storage:StorageAccount windows-desktop-awd-sa creating (0s)
INFO + azure-native:network:VirtualNetwork windows-desktop-awd-vn creating (0s)
INFO + azure-native:network:NetworkSecurityGroup windows-desktop-awd-sg creating (0s)
INFO @ updating.....
INFO + azure-native:network:NetworkSecurityGroup windows-desktop-awd-sg created (1s)
INFO + azure-native:network:PublicIPAddress windows-desktop-awd-pip created (1s)
INFO @ updating.....
INFO + azure-native:network:VirtualNetwork windows-desktop-awd-vn created (4s)
INFO + azure-native:network:Subnet windows-desktop-awd-sn creating (0s)
INFO @ updating.......
INFO + azure-native:network:Subnet windows-desktop-awd-sn created (3s)
INFO + azure-native:network:NetworkInterface windows-desktop-awd-ni creating (0s)
INFO @ updating.....
INFO + azure-native:network:NetworkInterface windows-desktop-awd-ni created (1s)
INFO + azure-native:compute:VirtualMachine windows-desktop-awd-vm creating (0s)
INFO @ updating.............
INFO + azure-native:storage:StorageAccount windows-desktop-awd-sa created (19s)
INFO + azure-native:storage:BlobContainer windows-desktop-awd-co creating (0s)
INFO @ updating....
INFO + azure-native:storage:BlobContainer windows-desktop-awd-co creating (0s) error: Status=400 Code="PublicAccessOnPremiumAccountContainerNotSupported" Message="Setting public access for a container in an Azure Premium Storage account is not supported."
INFO + azure-native:storage:BlobContainer windows-desktop-awd-co **creating failed** error: Status=400 Code="PublicAccessOnPremiumAccountContainerNotSupported" Message="Setting public access for a container in an Azure Premium Storage account is not supported."
INFO @ updating..................................................................................................................
INFO + azure-native:compute:VirtualMachine windows-desktop-awd-vm created (122s)
INFO + pulumi:pulumi:Stack windows-desktop-stackCreateWindowsDesktop-windows-desktop creating (137s) error: update failed
INFO + pulumi:pulumi:Stack windows-desktop-stackCreateWindowsDesktop-windows-desktop **creating failed (137s)** 1 error
INFO Diagnostics:
INFO azure-native:storage:BlobContainer (windows-desktop-awd-co):
INFO error: Status=400 Code="PublicAccessOnPremiumAccountContainerNotSupported" Message="Setting public access for a container in an Azure Premium Storage account is not supported."
INFO
INFO pulumi:pulumi:Stack (windows-desktop-stackCreateWindowsDesktop-windows-desktop):
INFO error: update failed
Currently we have an issue that is breaking our CI.
It seems that the failures were also happening on previous version of MAPT