SuccessConsole Output

[azure_robot_tests] Running shell script
+ /robot-systest/cloud-scripts/create-k8s.sh
Creating a new IaaS k8s cluster in azure
+ az vm create --resource-group OSM_CICD_GROUP --name k8stest202406091109 --image Canonical:0001-com-ubuntu-server-jammy:22_04-lts:latest --size Standard_A2_v2 --vnet-name OSM-CICD-net --subnet OSM-CICD-subnet --public-ip-address '' --admin-username ubuntu --priority Regular
Selecting "uksouth" may reduce your costs. The region you've selected may cost more for the same services. You can disable this message in the future with the command "az config set core.display_region_identified=false". Learn more at https://go.microsoft.com/fwlink/?linkid=222571 

WARNING: Consider upgrading security for your workloads using Azure Trusted Launch VMs. To know more about Trusted Launch, please visit https://aka.ms/TrustedLaunch.
{
  "fqdns": "",
  "id": "/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Compute/virtualMachines/k8stest202406091109",
  "location": "westeurope",
  "macAddress": "60-45-BD-96-10-83",
  "powerState": "VM running",
  "privateIpAddress": "172.21.23.10",
  "publicIpAddress": "",
  "resourceGroup": "OSM_CICD_GROUP",
  "zones": ""
}
++ az vm show -d -g OSM_CICD_GROUP -n k8stest202406091109 --query privateIps
++ tr -d '"'
+ export K8S_IP=172.21.23.10
+ K8S_IP=172.21.23.10
++ az vm show --resource-group OSM_CICD_GROUP --name k8stest202406091109 --query 'networkProfile.networkInterfaces[0].id'
+ INTERFACE_ID='"/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkInterfaces/k8stest202406091109VMNic"'
+ INTERFACE_ID=/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkInterfaces/k8stest202406091109VMNic
++ az network nic show --id /subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkInterfaces/k8stest202406091109VMNic --query networkSecurityGroup.id
+ SECURITY_GROUP_ID='"/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkSecurityGroups/k8stest202406091109NSG"'
+ SECURITY_GROUP_ID=/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkSecurityGroups/k8stest202406091109NSG
++ az resource show --ids /subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkSecurityGroups/k8stest202406091109NSG --query name
+ SECURITY_GROUP_NAME='"k8stest202406091109NSG"'
+ SECURITY_GROUP_NAME=k8stest202406091109NSG
+ az network nsg rule create -n microk8s --nsg-name k8stest202406091109NSG --priority 2000 -g OSM_CICD_GROUP --description 'Microk8s port' --protocol TCP --destination-port-ranges 16443
{
  "access": "Allow",
  "description": "Microk8s port",
  "destinationAddressPrefix": "*",
  "destinationAddressPrefixes": [],
  "destinationPortRange": "16443",
  "destinationPortRanges": [],
  "direction": "Inbound",
  "etag": "W/\"090930ee-3406-475d-a1d1-6fc1e1cfe8b3\"",
  "id": "/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkSecurityGroups/k8stest202406091109NSG/securityRules/microk8s",
  "name": "microk8s",
  "priority": 2000,
  "protocol": "Tcp",
  "provisioningState": "Succeeded",
  "resourceGroup": "OSM_CICD_GROUP",
  "sourceAddressPrefix": "*",
  "sourceAddressPrefixes": [],
  "sourcePortRange": "*",
  "sourcePortRanges": [],
  "type": "Microsoft.Network/networkSecurityGroups/securityRules"
}
+ echo 'export K8S_IP="172.21.23.10"'
+ echo 'export K8S_IMAGE_NAME="k8stest202406091109"'
+ install_remote_microk8s
+ set +e
+ ssh -T -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ubuntu@172.21.23.10 'sudo apt-get update -y && sudo apt-get upgrade -y && sudo reboot'
Warning: Permanently added '172.21.23.10' (ED25519) to the list of known hosts.
Hit:1 http://azure.archive.ubuntu.com/ubuntu jammy InRelease
Get:2 http://azure.archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
Get:3 http://azure.archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
Get:4 http://azure.archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Get:5 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [14.1 MB]
Get:6 http://azure.archive.ubuntu.com/ubuntu jammy/universe Translation-en [5652 kB]
Get:7 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 c-n-f Metadata [286 kB]
Get:8 http://azure.archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [217 kB]
Get:9 http://azure.archive.ubuntu.com/ubuntu jammy/multiverse Translation-en [112 kB]
Get:10 http://azure.archive.ubuntu.com/ubuntu jammy/multiverse amd64 c-n-f Metadata [8372 B]
Get:11 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1712 kB]
Get:12 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [316 kB]
Get:13 http://azure.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1966 kB]
Get:14 http://azure.archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [335 kB]
Get:15 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1085 kB]
Get:16 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [250 kB]
Get:17 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB]
Get:18 http://azure.archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.0 kB]
Get:19 http://azure.archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.7 kB]
Get:20 http://azure.archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B]
Get:21 http://azure.archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB]
Get:22 http://azure.archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB]
Get:23 http://azure.archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B]
Get:24 http://azure.archive.ubuntu.com/ubuntu jammy-backports/restricted amd64 c-n-f Metadata [116 B]
Get:25 http://azure.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB]
Get:26 http://azure.archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.3 kB]
Get:27 http://azure.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B]
Get:28 http://azure.archive.ubuntu.com/ubuntu jammy-backports/multiverse amd64 c-n-f Metadata [116 B]
Get:29 http://azure.archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1497 kB]
Get:30 http://azure.archive.ubuntu.com/ubuntu jammy-security/main Translation-en [257 kB]
Get:31 http://azure.archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1910 kB]
Get:32 http://azure.archive.ubuntu.com/ubuntu jammy-security/restricted Translation-en [324 kB]
Get:33 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [856 kB]
Get:34 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe Translation-en [165 kB]
Get:35 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB]
Get:36 http://azure.archive.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB]
Get:37 http://azure.archive.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7588 B]
Get:38 http://azure.archive.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B]
Fetched 31.7 MB in 14s (2296 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages have been kept back:
  linux-azure linux-cloud-tools-azure linux-headers-azure linux-image-azure
  linux-tools-azure
The following packages will be upgraded:
  bind9-dnsutils bind9-host bind9-libs cloud-init git git-man libarchive13
  libc-bin libc6 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 libtss2-sys1
  libtss2-tcti-cmd0 libtss2-tcti-device0 libtss2-tcti-mssim0
  libtss2-tcti-swtpm0 linux-cloud-tools-common linux-tools-common locales
  python3-idna python3-jinja2 ubuntu-advantage-tools ubuntu-pro-client
  ubuntu-pro-client-l10n vim vim-common vim-runtime vim-tiny xxd
30 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
Need to get 25.2 MB of archives.
After this operation, 190 kB of additional disk space will be used.
Get:1 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6 amd64 2.35-0ubuntu3.8 [3235 kB]
Get:2 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-bin amd64 2.35-0ubuntu3.8 [706 kB]
Get:3 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 locales all 2.35-0ubuntu3.8 [4245 kB]
Get:4 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 ubuntu-pro-client-l10n amd64 32.3~22.04 [20.3 kB]
Get:5 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 ubuntu-pro-client amd64 32.3~22.04 [209 kB]
Get:6 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 ubuntu-advantage-tools all 32.3~22.04 [10.9 kB]
Get:7 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim amd64 2:8.2.3995-1ubuntu2.17 [1734 kB]
Get:8 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim-tiny amd64 2:8.2.3995-1ubuntu2.17 [709 kB]
Get:9 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim-runtime all 2:8.2.3995-1ubuntu2.17 [6827 kB]
Get:10 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 xxd amd64 2:8.2.3995-1ubuntu2.17 [53.7 kB]
Get:11 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim-common all 2:8.2.3995-1ubuntu2.17 [81.5 kB]
Get:12 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 bind9-host amd64 1:9.18.24-0ubuntu0.22.04.1 [52.5 kB]
Get:13 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 bind9-dnsutils amd64 1:9.18.24-0ubuntu0.22.04.1 [157 kB]
Get:14 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 bind9-libs amd64 1:9.18.24-0ubuntu0.22.04.1 [1247 kB]
Get:15 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.11 [955 kB]
Get:16 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.11 [3165 kB]
Get:17 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libarchive13 amd64 3.6.0-1ubuntu1.1 [369 kB]
Get:18 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtss2-mu0 amd64 3.2.0-1ubuntu1.1 [65.6 kB]
Get:19 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtss2-tcti-cmd0 amd64 3.2.0-1ubuntu1.1 [16.7 kB]
Get:20 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtss2-tcti-device0 amd64 3.2.0-1ubuntu1.1 [15.3 kB]
Get:21 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtss2-tcti-mssim0 amd64 3.2.0-1ubuntu1.1 [15.4 kB]
Get:22 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtss2-tcti-swtpm0 amd64 3.2.0-1ubuntu1.1 [15.4 kB]
Get:23 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtss2-sys1 amd64 3.2.0-1ubuntu1.1 [41.0 kB]
Get:24 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtss2-esys-3.0.2-0 amd64 3.2.0-1ubuntu1.1 [150 kB]
Get:25 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtss2-rc0 amd64 3.2.0-1ubuntu1.1 [11.7 kB]
Get:26 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-cloud-tools-common all 5.15.0-112.122 [105 kB]
Get:27 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-tools-common all 5.15.0-112.122 [312 kB]
Get:28 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB]
Get:29 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB]
Get:30 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 cloud-init all 24.1.3-0ubuntu1~22.04.4 [560 kB]
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin: 
Fetched 25.2 MB in 1s (31.1 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 62064 files and directories currently installed.)
Preparing to unpack .../libc6_2.35-0ubuntu3.8_amd64.deb ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
Unpacking libc6:amd64 (2.35-0ubuntu3.8) over (2.35-0ubuntu3.7) ...
Setting up libc6:amd64 (2.35-0ubuntu3.8) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 62064 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.35-0ubuntu3.8_amd64.deb ...
Unpacking libc-bin (2.35-0ubuntu3.8) over (2.35-0ubuntu3.7) ...
Setting up libc-bin (2.35-0ubuntu3.8) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 62064 files and directories currently installed.)
Preparing to unpack .../00-locales_2.35-0ubuntu3.8_all.deb ...
Unpacking locales (2.35-0ubuntu3.8) over (2.35-0ubuntu3.7) ...
Preparing to unpack .../01-ubuntu-pro-client-l10n_32.3~22.04_amd64.deb ...
Unpacking ubuntu-pro-client-l10n (32.3~22.04) over (31.2.3~22.04) ...
Preparing to unpack .../02-ubuntu-pro-client_32.3~22.04_amd64.deb ...
Unpacking ubuntu-pro-client (32.3~22.04) over (31.2.3~22.04) ...
Preparing to unpack .../03-ubuntu-advantage-tools_32.3~22.04_all.deb ...
Unpacking ubuntu-advantage-tools (32.3~22.04) over (31.2.3~22.04) ...
Preparing to unpack .../04-vim_2%3a8.2.3995-1ubuntu2.17_amd64.deb ...
Unpacking vim (2:8.2.3995-1ubuntu2.17) over (2:8.2.3995-1ubuntu2.16) ...
Preparing to unpack .../05-vim-tiny_2%3a8.2.3995-1ubuntu2.17_amd64.deb ...
Unpacking vim-tiny (2:8.2.3995-1ubuntu2.17) over (2:8.2.3995-1ubuntu2.16) ...
Preparing to unpack .../06-vim-runtime_2%3a8.2.3995-1ubuntu2.17_all.deb ...
Unpacking vim-runtime (2:8.2.3995-1ubuntu2.17) over (2:8.2.3995-1ubuntu2.16) ...
Preparing to unpack .../07-xxd_2%3a8.2.3995-1ubuntu2.17_amd64.deb ...
Unpacking xxd (2:8.2.3995-1ubuntu2.17) over (2:8.2.3995-1ubuntu2.16) ...
Preparing to unpack .../08-vim-common_2%3a8.2.3995-1ubuntu2.17_all.deb ...
Unpacking vim-common (2:8.2.3995-1ubuntu2.17) over (2:8.2.3995-1ubuntu2.16) ...
Preparing to unpack .../09-bind9-host_1%3a9.18.24-0ubuntu0.22.04.1_amd64.deb ...
Unpacking bind9-host (1:9.18.24-0ubuntu0.22.04.1) over (1:9.18.18-0ubuntu0.22.04.2) ...
Preparing to unpack .../10-bind9-dnsutils_1%3a9.18.24-0ubuntu0.22.04.1_amd64.deb ...
Unpacking bind9-dnsutils (1:9.18.24-0ubuntu0.22.04.1) over (1:9.18.18-0ubuntu0.22.04.2) ...
Preparing to unpack .../11-bind9-libs_1%3a9.18.24-0ubuntu0.22.04.1_amd64.deb ...
Unpacking bind9-libs:amd64 (1:9.18.24-0ubuntu0.22.04.1) over (1:9.18.18-0ubuntu0.22.04.2) ...
Preparing to unpack .../12-git-man_1%3a2.34.1-1ubuntu1.11_all.deb ...
Unpacking git-man (1:2.34.1-1ubuntu1.11) over (1:2.34.1-1ubuntu1.10) ...
Preparing to unpack .../13-git_1%3a2.34.1-1ubuntu1.11_amd64.deb ...
Unpacking git (1:2.34.1-1ubuntu1.11) over (1:2.34.1-1ubuntu1.10) ...
Preparing to unpack .../14-libarchive13_3.6.0-1ubuntu1.1_amd64.deb ...
Unpacking libarchive13:amd64 (3.6.0-1ubuntu1.1) over (3.6.0-1ubuntu1) ...
Preparing to unpack .../15-libtss2-mu0_3.2.0-1ubuntu1.1_amd64.deb ...
Unpacking libtss2-mu0:amd64 (3.2.0-1ubuntu1.1) over (3.2.0-1ubuntu1) ...
Preparing to unpack .../16-libtss2-tcti-cmd0_3.2.0-1ubuntu1.1_amd64.deb ...
Unpacking libtss2-tcti-cmd0:amd64 (3.2.0-1ubuntu1.1) over (3.2.0-1ubuntu1) ...
Preparing to unpack .../17-libtss2-tcti-device0_3.2.0-1ubuntu1.1_amd64.deb ...
Unpacking libtss2-tcti-device0:amd64 (3.2.0-1ubuntu1.1) over (3.2.0-1ubuntu1) ...
Preparing to unpack .../18-libtss2-tcti-mssim0_3.2.0-1ubuntu1.1_amd64.deb ...
Unpacking libtss2-tcti-mssim0:amd64 (3.2.0-1ubuntu1.1) over (3.2.0-1ubuntu1) ...
Preparing to unpack .../19-libtss2-tcti-swtpm0_3.2.0-1ubuntu1.1_amd64.deb ...
Unpacking libtss2-tcti-swtpm0:amd64 (3.2.0-1ubuntu1.1) over (3.2.0-1ubuntu1) ...
Preparing to unpack .../20-libtss2-sys1_3.2.0-1ubuntu1.1_amd64.deb ...
Unpacking libtss2-sys1:amd64 (3.2.0-1ubuntu1.1) over (3.2.0-1ubuntu1) ...
Preparing to unpack .../21-libtss2-esys-3.0.2-0_3.2.0-1ubuntu1.1_amd64.deb ...
Unpacking libtss2-esys-3.0.2-0:amd64 (3.2.0-1ubuntu1.1) over (3.2.0-1ubuntu1) ...
Preparing to unpack .../22-libtss2-rc0_3.2.0-1ubuntu1.1_amd64.deb ...
Unpacking libtss2-rc0:amd64 (3.2.0-1ubuntu1.1) over (3.2.0-1ubuntu1) ...
Preparing to unpack .../23-linux-cloud-tools-common_5.15.0-112.122_all.deb ...
Unpacking linux-cloud-tools-common (5.15.0-112.122) over (5.15.0-107.117) ...
Preparing to unpack .../24-linux-tools-common_5.15.0-112.122_all.deb ...
Unpacking linux-tools-common (5.15.0-112.122) over (5.15.0-107.117) ...
Preparing to unpack .../25-python3-idna_3.3-1ubuntu0.1_all.deb ...
Unpacking python3-idna (3.3-1ubuntu0.1) over (3.3-1) ...
Preparing to unpack .../26-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ...
Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) over (3.0.3-1ubuntu0.1) ...
Preparing to unpack .../27-cloud-init_24.1.3-0ubuntu1~22.04.4_all.deb ...
Unpacking cloud-init (24.1.3-0ubuntu1~22.04.4) over (24.1.3-0ubuntu1~22.04.1) ...
Setting up bind9-libs:amd64 (1:9.18.24-0ubuntu0.22.04.1) ...
Setting up libarchive13:amd64 (3.6.0-1ubuntu1.1) ...
Setting up libtss2-mu0:amd64 (3.2.0-1ubuntu1.1) ...
Setting up libtss2-tcti-swtpm0:amd64 (3.2.0-1ubuntu1.1) ...
Setting up linux-cloud-tools-common (5.15.0-112.122) ...
Setting up locales (2.35-0ubuntu3.8) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
Generating locales (this might take a while)...
  en_US.UTF-8... done
Generation complete.
Setting up xxd (2:8.2.3995-1ubuntu2.17) ...
Setting up libtss2-tcti-device0:amd64 (3.2.0-1ubuntu1.1) ...
Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ...
Setting up libtss2-tcti-cmd0:amd64 (3.2.0-1ubuntu1.1) ...
Setting up vim-common (2:8.2.3995-1ubuntu2.17) ...
Setting up python3-idna (3.3-1ubuntu0.1) ...
Setting up libtss2-tcti-mssim0:amd64 (3.2.0-1ubuntu1.1) ...
Setting up git-man (1:2.34.1-1ubuntu1.11) ...
Setting up libtss2-rc0:amd64 (3.2.0-1ubuntu1.1) ...
Setting up vim-runtime (2:8.2.3995-1ubuntu2.17) ...
Setting up bind9-host (1:9.18.24-0ubuntu0.22.04.1) ...
Setting up linux-tools-common (5.15.0-112.122) ...
Setting up ubuntu-pro-client (32.3~22.04) ...
Installing new version of config file /etc/apparmor.d/ubuntu_pro_apt_news ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
Setting up ubuntu-pro-client-l10n (32.3~22.04) ...
Setting up cloud-init (24.1.3-0ubuntu1~22.04.4) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
Setting up vim (2:8.2.3995-1ubuntu2.17) ...
Setting up libtss2-sys1:amd64 (3.2.0-1ubuntu1.1) ...
Setting up vim-tiny (2:8.2.3995-1ubuntu2.17) ...
Setting up libtss2-esys-3.0.2-0:amd64 (3.2.0-1ubuntu1.1) ...
Setting up git (1:2.34.1-1ubuntu1.11) ...
Setting up ubuntu-advantage-tools (32.3~22.04) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
Setting up bind9-dnsutils (1:9.18.24-0ubuntu0.22.04.1) ...
Processing triggers for rsyslog (8.2112.0-2ubuntu2.2) ...
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for libc-bin (2.35-0ubuntu3.8) ...

Running kernel seems to be up-to-date.

Services to be restarted:
 systemctl restart chrony.service
 systemctl restart cron.service
 systemctl restart irqbalance.service
 systemctl restart multipathd.service
 systemctl restart packagekit.service
 systemctl restart polkit.service
 systemctl restart serial-getty@ttyS0.service
 systemctl restart snapd.service
 systemctl restart ssh.service
 systemctl restart systemd-journald.service
 systemctl restart systemd-networkd.service
 systemctl restart systemd-resolved.service
 systemctl restart systemd-udevd.service
 systemctl restart walinuxagent.service

Service restarts being deferred:
 /etc/needrestart/restart.d/dbus.service
 systemctl restart getty@tty1.service
 systemctl restart networkd-dispatcher.service
 systemctl restart systemd-logind.service
 systemctl restart unattended-upgrades.service
 systemctl restart user@1000.service

No containers need to be restarted.

No user sessions are running outdated binaries.

No VM guests are running outdated hypervisor (qemu) binaries on this host.
Connection to 172.21.23.10 closed by remote host.
+ sleep 90
+ ssh -T -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ubuntu@172.21.23.10
Warning: Permanently added '172.21.23.10' (ED25519) to the list of known hosts.
Welcome to Ubuntu 22.04.4 LTS (GNU/Linux 6.5.0-1021-azure x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Sun Jun  9 11:14:36 UTC 2024

  System load:  0.6               Processes:             126
  Usage of /:   5.9% of 28.89GB   Users logged in:       0
  Memory usage: 7%                IPv4 address for eth0: 172.21.23.10
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

13 updates can be applied immediately.
13 of these updates are standard security updates.
To see these additional updates run: apt list --upgradable

Enable ESM Apps to receive additional future security updates.
See https://ubuntu.com/esm or run: sudo pro status


+ sudo snap install yq
yq v4.44.1 from Mike Farah (mikefarah) installed
+ sudo snap install microk8s --classic
microk8s (1.29/stable) v1.29.4 from Canonical** installed
+ sudo usermod -a -G microk8s ubuntu
+ newgrp microk8s
microk8s is running
high-availability: no
  datastore master nodes: 127.0.0.1:19001
  datastore standby nodes: none
addons:
  enabled:
    dns                  # (core) CoreDNS
    ha-cluster           # (core) Configure high availability on the current node
    helm                 # (core) Helm - the package manager for Kubernetes
    helm3                # (core) Helm 3 - the package manager for Kubernetes
  disabled:
    cert-manager         # (core) Cloud native certificate management
    cis-hardening        # (core) Apply CIS K8s hardening
    community            # (core) The community addons repository
    dashboard            # (core) The Kubernetes dashboard
    gpu                  # (core) Alias to nvidia add-on
    host-access          # (core) Allow Pods connecting to Host services smoothly
    hostpath-storage     # (core) Storage class; allocates storage from host directory
    ingress              # (core) Ingress controller for external access
    kube-ovn             # (core) An advanced network fabric for Kubernetes
    mayastor             # (core) OpenEBS MayaStor
    metallb              # (core) Loadbalancer for your Kubernetes cluster
    metrics-server       # (core) K8s Metrics Server for API access to service metrics
    minio                # (core) MinIO object storage
    nvidia               # (core) NVIDIA hardware (GPU and network) support
    observability        # (core) A lightweight observability stack for logs, traces and metrics
    prometheus           # (core) Prometheus operator for monitoring and logging
    rbac                 # (core) Role-Based Access Control for authorisation
    registry             # (core) Private image registry exposed on localhost:32000
    rook-ceph            # (core) Distributed Ceph storage using Rook
    storage              # (core) Alias to hostpath-storage add-on, deprecated
WARNING: Do not enable or disable multiple addons in one command.
         This form of chained operations on addons will be DEPRECATED in the future.
         Please, enable one addon at a time: 'microk8s enable <addon>'
Infer repository core for addon storage
Infer repository core for addon dns
DEPRECATION WARNING: 'storage' is deprecated and will soon be removed. Please use 'hostpath-storage' instead.

Infer repository core for addon hostpath-storage
Enabling default storage class.
WARNING: Hostpath storage is not suitable for production environments.
         A hostpath volume can grow beyond the size limit set in the volume claim manifest.

deployment.apps/hostpath-provisioner created
storageclass.storage.k8s.io/microk8s-hostpath created
serviceaccount/microk8s-hostpath created
clusterrole.rbac.authorization.k8s.io/microk8s-hostpath created
clusterrolebinding.rbac.authorization.k8s.io/microk8s-hostpath created
Storage will be available soon.
Addon core/dns is already enabled
+ ssh -T -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ubuntu@172.21.23.10
Warning: Permanently added '172.21.23.10' (ED25519) to the list of known hosts.
Welcome to Ubuntu 22.04.4 LTS (GNU/Linux 6.5.0-1021-azure x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Sun Jun  9 11:14:36 UTC 2024

  System load:  0.6               Processes:             126
  Usage of /:   5.9% of 28.89GB   Users logged in:       0
  Memory usage: 7%                IPv4 address for eth0: 172.21.23.10
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

13 updates can be applied immediately.
13 of these updates are standard security updates.
To see these additional updates run: apt list --upgradable

Enable ESM Apps to receive additional future security updates.
See https://ubuntu.com/esm or run: sudo pro status


++ hostname -I
++ awk '{print $1}'
172.21.23.10
+ PRIVATE_IP=172.21.23.10
+ echo 172.21.23.10
+ sudo microk8s.enable metallb:172.21.23.10-172.21.23.10
Infer repository core for addon metallb
Enabling MetalLB
Applying Metallb manifest
customresourcedefinition.apiextensions.k8s.io/addresspools.metallb.io created
customresourcedefinition.apiextensions.k8s.io/bfdprofiles.metallb.io created
customresourcedefinition.apiextensions.k8s.io/bgpadvertisements.metallb.io created
customresourcedefinition.apiextensions.k8s.io/bgppeers.metallb.io created
customresourcedefinition.apiextensions.k8s.io/communities.metallb.io created
customresourcedefinition.apiextensions.k8s.io/ipaddresspools.metallb.io created
customresourcedefinition.apiextensions.k8s.io/l2advertisements.metallb.io created
namespace/metallb-system created
serviceaccount/controller created
serviceaccount/speaker created
clusterrole.rbac.authorization.k8s.io/metallb-system:controller created
clusterrole.rbac.authorization.k8s.io/metallb-system:speaker created
role.rbac.authorization.k8s.io/controller created
role.rbac.authorization.k8s.io/pod-lister created
clusterrolebinding.rbac.authorization.k8s.io/metallb-system:controller created
clusterrolebinding.rbac.authorization.k8s.io/metallb-system:speaker created
rolebinding.rbac.authorization.k8s.io/controller created
secret/webhook-server-cert created
service/webhook-service created
rolebinding.rbac.authorization.k8s.io/pod-lister created
daemonset.apps/speaker created
deployment.apps/controller created
validatingwebhookconfiguration.admissionregistration.k8s.io/validating-webhook-configuration created
Waiting for Metallb controller to be ready.
error: timed out waiting for the condition on deployments/controller
MetalLB controller is still not ready
deployment.apps/controller condition met
ipaddresspool.metallb.io/default-addresspool created
l2advertisement.metallb.io/default-advertise-all-pools created
MetalLB is enabled
+ ssh -T -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ubuntu@172.21.23.10
Warning: Permanently added '172.21.23.10' (ED25519) to the list of known hosts.
Welcome to Ubuntu 22.04.4 LTS (GNU/Linux 6.5.0-1021-azure x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Sun Jun  9 11:14:36 UTC 2024

  System load:  0.6               Processes:             126
  Usage of /:   5.9% of 28.89GB   Users logged in:       0
  Memory usage: 7%                IPv4 address for eth0: 172.21.23.10
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

13 updates can be applied immediately.
13 of these updates are standard security updates.
To see these additional updates run: apt list --upgradable

Enable ESM Apps to receive additional future security updates.
See https://ubuntu.com/esm or run: sudo pro status


+ sudo sed -i 's/\#MOREIPS/IP.3 = 172.21.23.10/g' /var/snap/microk8s/current/certs/csr.conf.template
+ cat /var/snap/microk8s/current/certs/csr.conf.template
[ req ]
default_bits = 2048
prompt = no
default_md = sha256
req_extensions = req_ext
distinguished_name = dn

[ dn ]
C = GB
ST = Canonical
L = Canonical
O = Canonical
OU = Canonical
CN = 127.0.0.1

[ req_ext ]
subjectAltName = @alt_names

[ alt_names ]
DNS.1 = kubernetes
DNS.2 = kubernetes.default
DNS.3 = kubernetes.default.svc
DNS.4 = kubernetes.default.svc.cluster
DNS.5 = kubernetes.default.svc.cluster.local
IP.1 = 127.0.0.1
IP.2 = 10.152.183.1
IP.3 = 172.21.23.10

[ v3_ext ]
authorityKeyIdentifier=keyid,issuer:always
basicConstraints=CA:FALSE
keyUsage=keyEncipherment,dataEncipherment,digitalSignature
extendedKeyUsage=serverAuth,clientAuth
subjectAltName=@alt_names
+ echo ================================================================
================================================================
+ echo K8s cluster credentials:
K8s cluster credentials:
+ echo ================================================================
================================================================
+ echo

+ ssh -T -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ubuntu@172.21.23.10 'sudo microk8s.config'
+ sed 's/server: .*/server: https:\/\/172.21.23.10:16443/g'
+ tee /robot-systest/results/kubeconfig.yaml
Warning: Permanently added '172.21.23.10' (ED25519) to the list of known hosts.
apiVersion: v1
clusters:
- cluster:
    certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUREekNDQWZlZ0F3SUJBZ0lVSmdKeE9HNG95aTBoaU1GYXZPSnFOVTFZMVlZd0RRWUpLb1pJaHZjTkFRRUwKQlFBd0Z6RVZNQk1HQTFVRUF3d01NVEF1TVRVeUxqRTRNeTR4TUI0WERUSTBNRFl3T1RFeE1UVXlObG9YRFRNMApNRFl3TnpFeE1UVXlObG93RnpFVk1CTUdBMVVFQXd3TU1UQXVNVFV5TGpFNE15NHhNSUlCSWpBTkJna3Foa2lHCjl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUEwUVIvc2t3a2UrcGQ2RWltQlRTS2t2TjNMbnl4MVFIdmtSK2cKYVc3OU9sZmNLbWsrelYwSWx2a084OUVxVjE4VDdwTjJwS3pLWU9Cb1ZTa3p3dXFiRmdFRmV4UVBCVmlJY2RHZQplWUhEWWVSVGsvVVZUQ2grc2xvbFJ0Y1h0ZHg4bTBwcnkzOG9sbE8wVmhHVXdSRTF1anN4UHdqSEIxbVN6a1RFCjY0VzFvSE5PVWVoSGpOWWVyd001WlZmQmFrcDJPOWJPSHl2REx4amFsdFRUTGRQcHNjNEFtdjlGcTNJSlZ1QzQKaGEwM3h2ek0wY3h1R0x3OVkyTG0vcmRzcythd1Z0TlpZQzk0NDZQMnk1bExOa3hHZ2c3WlZHdlVPLzFmWTFxbgo3dWxsU2lpTGM4OS9rSHlFYW9kTkx4VFNJVjVUTGJQRlFpay9DWmtuZlBEcDcwMkROd0lEQVFBQm8xTXdVVEFkCkJnTlZIUTRFRmdRVVhFQmNTbSsvK1M3TzZLTGFtVUhpQmN2RzBoNHdId1lEVlIwakJCZ3dGb0FVWEVCY1NtKy8KK1M3TzZLTGFtVUhpQmN2RzBoNHdEd1lEVlIwVEFRSC9CQVV3QXdFQi96QU5CZ2txaGtpRzl3MEJBUXNGQUFPQwpBUUVBSTVsaTlDYmk1NGxoOE4yaXRGU0tXbEtjdUZialU0TXZvcTdpdmxPT1pjNXNQMzhFS255T0p3OHRhSE1mClUzZ2Z5WE80N0lpWXFoei9obDlSYU9aUzhxMFc0ZFlYd082QWh4MHJaWFRSVnVEN2NRZWdobXpBRy9jazYyNVcKa3p4d2k4QmU3VnNiWWpNdkNaQ25rUGZ4Q1dsUDAxQ1VLUXFwZGhidCtLSSt2VnBDYmRGaGZ3V2w1eHY2VUN5aApoc3ZFQWovVkxxTUtndm1YeUluL3NSeVdJUjJTQlRaUHRqampUc0lQV1FvRGRoKzFISmRjemcvNHM3R1pQRnBrCmd3UndHc1FvRzhycjlvTDRtUXAzallKWXNhd25MR3YvNFBYdFZkNGdDajBDU1JYSjkrSkp3OWc0SWZHNXVhWUIKUFMwWTM3Y29xcTM3NmZHQ3VwM1h6S1g5NVE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==
    server: https://172.21.23.10:16443
  name: microk8s-cluster
contexts:
- context:
    cluster: microk8s-cluster
    user: admin
  name: microk8s
current-context: microk8s
kind: Config
preferences: {}
users:
- name: admin
  user:
    client-certificate-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN6RENDQWJTZ0F3SUJBZ0lVT3NjWm5RMHdXc2FneGdESjd3VUZQaUhvU0hzd0RRWUpLb1pJaHZjTkFRRUwKQlFBd0Z6RVZNQk1HQTFVRUF3d01NVEF1TVRVeUxqRTRNeTR4TUI0WERUSTBNRFl3T1RFeE1UVXlPRm9YRFRNMApNRFl3TnpFeE1UVXlPRm93S1RFT01Bd0dBMVVFQXd3RllXUnRhVzR4RnpBVkJnTlZCQW9NRG5ONWMzUmxiVHB0CllYTjBaWEp6TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF2RjB0MTNYbENsS1oKN0FMcG9SMzYyU0lQdDhMVkQvQVpwMDlCL29oQnppTkwyWUZLbXRoM3hXTEpuQUV1WDBJZktqTlNwVFlBR3poSQpoejFNcFdXYUdObU5OWjlhMGRuY3pWcjBhaW9KSXQxbEZabDRMR1J1cEZ3aElEVUliNkNyWlI4ZFVpKzd2UzM2ClVidlJodGZqK2tpMlErUW1vZTBSMkhOV0k3MzZPRjNhQitDYWNialdsOGxzQUNoSjVXWmNMWEI1UURoaGV4YnYKRXdlVXFQWTlEK0tjVWlDOXRZT2oyc3hzWURtMG1SNFJVUWYzVE1sNmRKWGYvK0tIaUt2MEJPb3NkdnFIVTVYMwp3Y3ZBc2dZdTU2WDdQOVdPQjVPWHhnV1I4NjBOZDFHc2toL21JUDZmOGo1cUg2UUJxZkJ1d0hOZmFUMUpJNkhECldLUDlIT2orN1FJREFRQUJNQTBHQ1NxR1NJYjNEUUVCQ3dVQUE0SUJBUUNUZE1nYzVTeFJyVEp2dEtIQXppaWMKaVRUN0hGZDNDRTRrYi9zYVRDWEVYMzMvQVlyZEZwNWRmZHM5aGFzUWp1eVhTTFhmV2hmZ1JNSkZLbFZrVUR6TApJcFZ1K2l3QWNHOWhwOHdyZWlIL2l3THJSd2ZRVzA5Skt1VlhHcDNmcmJnTXp1VWV5dGVMYU5scnRXZ05nRzBpCnJtaEl6QjVzMTk3SjBXYWhidEJwVldPdTUzK0hzUU9sRzdOQzJSeUp0Z1lrQitLd2F3VUdxOTVNSEpqOTdyVm4KWGpVOGZ6eCt3RWxBZWE3eEZtOS8xT3dTTkVWenFsN2dGd2xVUlJuRlBVR0kvSENmWEQvSWpIcndMV1QvcTB4RgpmQk92MTdPSWFuYm5tODVtR1BtdDdVZGwwOWVBRGQyTDYyNk1TUGRRTm1QWUZxQ3pZREp0NGpsSlZFYURwZ2xqCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K
    client-key-data: LS0tLS1CRUdJTiBSU0EgUFJJVkFURSBLRVktLS0tLQpNSUlFb3dJQkFBS0NBUUVBdkYwdDEzWGxDbEtaN0FMcG9SMzYyU0lQdDhMVkQvQVpwMDlCL29oQnppTkwyWUZLCm10aDN4V0xKbkFFdVgwSWZLak5TcFRZQUd6aEloejFNcFdXYUdObU5OWjlhMGRuY3pWcjBhaW9KSXQxbEZabDQKTEdSdXBGd2hJRFVJYjZDclpSOGRVaSs3dlMzNlVidlJodGZqK2tpMlErUW1vZTBSMkhOV0k3MzZPRjNhQitDYQpjYmpXbDhsc0FDaEo1V1pjTFhCNVFEaGhleGJ2RXdlVXFQWTlEK0tjVWlDOXRZT2oyc3hzWURtMG1SNFJVUWYzClRNbDZkSlhmLytLSGlLdjBCT29zZHZxSFU1WDN3Y3ZBc2dZdTU2WDdQOVdPQjVPWHhnV1I4NjBOZDFHc2toL20KSVA2ZjhqNXFINlFCcWZCdXdITmZhVDFKSTZIRFdLUDlIT2orN1FJREFRQUJBb0lCQUJwRkZJT2NHWmxhODhTSwprM0s0NzZjZ3JQaC8zNThkYVRhQVF6L3dXTjBhNXhVcWh2RVpoM3FyMEZwRmYrWWhIcCtRRU5LaHVWb1NlMnNCCkRaTnpuQTRqS1NKMVd3RXhWUzMrcFYrNUJSVXJzMUZUMmdLMjd3ZFZJZm1QNitGRmt5SERPUitoTUptdHM5OTYKUmpwOEdYdHFjS0QvVExRQWtDQ1QxVXVlenlyVkRsOTR6K0FVVllNOGE2QUlyN0VZK2F4TEV0V25YV1Zkcm9TeQpkVmNmT0tPK21rbWpBR2phcURqU3pNODRoRHEzaHJ0Y29pcHZ6S0U5SGpUTkJyaTE1d2o4RmhMdEFMT0tCWnpuClk2NjI0MWZHeUJUZjJzTVd2RUU0RC9xMEpSdnRJRXNGRGthU2lCVmovOEtCS2ZHLzdwamhIQ0dOVnVaK0VKVEcKNGc3SzBBRUNnWUVBOUEyUWRWbEhMWUdwcUY4NHJHQUNTOFVHTkFDOHFlMHJNYitKVEFnMWhpZ0tkeWtaaFFmKwpjRHBmSVNvT1pCUkdONnNGMkpqMUMveXJFdmIwQmtlSHZNN1gwcW51eDRxcXIxWVphUS90ZDR5ZXd6WG0rL1kyCnhXVWVRSVBEZGxESUtaVVBKU25NWEVYMkhrRUdRTU5wNWk4SnMxbDNZclhObmpKT1dWd0xZd0VDZ1lFQXhaVzYKZkFKNnNOUXhmMkw0ejFPZzd2eGtlQmRzMTh6TVgzeDRnMG8rL0E5cDlUUGNCOVducmFXNFQ3K1pXU3JHRzZzUgpVRndwMUE0YmNJMWc1L0VoaUxFY1dTZ0xUN3dTSUhSTGx2eHYwbVMzT3Rsc0xBaVUrRDlsYjV2d1VWbkpYWkNUCjZSV2xzck9zcGNONlZuOW1tQUdSYW84QTdnMVc2bm5Rekh5NVYrMENnWUJSd1NGOVRoVDc5NDJmNjVZT21ITHMKY3VuckRid2xxRjlwNE9IYmFIeVZubUF6SHI5L3d2ZkhIS2ExYzJNeXYxL3VVZ281VHJQMytnSk03aEU4OFVWVgpTRzBnRXZEOFEwVitTdmRrTElPK0lvc2tsYS8xQTd2QlVHaGI4RWZRSUt1TTBuUXFYT0Fxb1AwYmtXakkxUzFxCmdLTmRRMEVzL2Y0TldvaklnbjhHQVFLQmdHRUVxRkVFRnFLRlR0aXlER0loT2tDZkJlWkIrbHZzWDkzekRHbkwKSnlvMWwxMmpYVU1ya2U0ZUZXWnpPaVVpYjZ4ZVQxNGFJeC9RM1lCaXExYTRmRExXWklrU3RKc3VTZWhOc21BdApDK3RQTVBsZ2tWRDkxY2dmdVBzWW91UVBKbVVlL01IU3MwNFFFNUpCYmV6VEdkbEJ5OWw2NW9YOVh0UTdoRjhrClR3M3hBb0dCQUs0TmZudVR4ZHluNHFUTzgwNkFQSEs5ZnI0WWphZEh4bVhnRFdDUjNOV3N5L2FCSjJiSEozQjcKOHN6V0tLYXk1WkMwUGRxL2RBU1ZIQkt3M21LbStkZHhCTEdQSnh4a2VqZnh3RGFRNFhMcnUxam9UekdIZVg1cQpxVTUvQy9MdXFoM1UrNHNRelBHb3ZUU1pqM1ZHejVWM2ZLQUVtc0w0ZWh3djdPYVVhWi9aCi0tLS0tRU5EIFJTQSBQUklWQVRFIEtFWS0tLS0tCg==

+ echo 'export K8S_CREDENTIALS=/robot-systest/results/kubeconfig.yaml'
+ echo File with new environment was created at /robot-systest/results/k8s_environment.rc
File with new environment was created at /robot-systest/results/k8s_environment.rc