See <
https://jenkins.antrea-ci.rocks/job/cloud-antrea-eks-cleanup/668/display/redirect>
Changes:
------------------------------------------
Started by upstream project "cloud-antrea-eks-conformance-net-policy" build number 672
originally caused by:
Started by timer
Running as SYSTEM
Building remotely on antrea-cloud-ci-vm (antrea-cloud) in workspace <
https://jenkins.antrea-ci.rocks/job/cloud-antrea-eks-cleanup/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository
https://github.com/antrea-io/antrea/
> git init <
https://jenkins.antrea-ci.rocks/job/cloud-antrea-eks-cleanup/ws/> # timeout=10
Fetching upstream changes from
https://github.com/antrea-io/antrea/
> git --version # timeout=10
> git fetch --tags --progress --
https://github.com/antrea-io/antrea/ +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url
https://github.com/antrea-io/antrea/ # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url
https://github.com/antrea-io/antrea/ # timeout=10
Fetching upstream changes from
https://github.com/antrea-io/antrea/
> git fetch --tags --progress --
https://github.com/antrea-io/antrea/ +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 89363ac43777a5d0e1d81694b2816c9bced1c476 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 89363ac43777a5d0e1d81694b2816c9bced1c476 # timeout=10
Commit message: "Update CHANGELOG for v2.0.0 release (#6266)"
> git rev-list --no-walk 89363ac43777a5d0e1d81694b2816c9bced1c476 # timeout=10
[cloud-antrea-eks-cleanup] $ /bin/bash /tmp/jenkins7232353821106801023.sh
+ source /home/ubuntu/.bashrc
++ case $- in
++ return
+ sudo ./ci/test-conformance-eks.sh --cluster-name cloud-antrea-eks-conformance-net-policy-672 --cleanup-only
+ CLUSTER=
+ REGION=us-west-2
+ K8S_VERSION=1.27
+ AWS_NODE_TYPE=t3.medium
+ SSH_KEY_PATH=/home/ubuntu/.ssh/id_rsa.pub
+ SSH_PRIVATE_KEY_PATH=/home/ubuntu/.ssh/id_rsa
+ RUN_ALL=true
+ RUN_SETUP_ONLY=false
+ RUN_CLEANUP_ONLY=false
+ KUBECONFIG_PATH=/home/ubuntu/jenkins/out/eks
+ MODE=report
+ TEST_SCRIPT_RC=0
+ KUBE_CONFORMANCE_IMAGE_VERSION=auto
+ INSTALL_EKSCTL=true
+ AWS_SERVICE_USER_ROLE_ARN=
+ AWS_SERVICE_USER_NAME=
+ _usage='Usage: ./ci/test-conformance-eks.sh [--cluster-name <EKSClusterNameToUse>] [--kubeconfig <KubeconfigSavePath>] [--k8s-version <ClusterVersion>] [--aws-access-key <AccessKey>] [--aws-secret-key <SecretKey>] [--aws-region <Region>] [--aws-service-user <ServiceUserName>] [--aws-service-user-role-arn <ServiceUserRoleARN>] [--ssh-key <SSHKey] [--ssh-private-key <SSHPrivateKey] [--log-mode <SonobuoyResultLogLevel>] [--setup-only] [--cleanup-only]
Setup a EKS cluster to run K8s e2e community tests (Conformance & Network Policy).
--cluster-name The cluster name to be used for the generated EKS cluster. Must be specified if not run in Jenkins environment.
--kubeconfig Path to save kubeconfig of generated EKS cluster.
--k8s-version EKS K8s cluster version. Defaults to 1.27.
--aws-access-key AWS Acess Key for logging in to awscli.
--aws-secret-key AWS Secret Key for logging in to awscli.
--aws-service-user-role-arn AWS Service User Role ARN for logging in to awscli.
--aws-service-user AWS Service User Name for logging in to awscli.
--aws-region The AWS region where the cluster will be initiated. Defaults to us-east-2.
--ssh-key The path of key to be used for ssh access to worker nodes.
--log-mode Use the flag to set either '\''report'\'', '\''detail'\'', or '\''dump'\'' level data for sonobuoy results.
--setup-only Only perform setting up the cluster and run test.
--cleanup-only Only perform cleaning up the cluster.
--skip-eksctl-install Do not install the latest eksctl version. Eksctl must be installed already.'
+ [[ 3 -gt 0 ]]
+ key=--cluster-name
+ case $key in
+ CLUSTER=cloud-antrea-eks-conformance-net-policy-672
+ shift 2
+ [[ 1 -gt 0 ]]
+ key=--cleanup-only
+ case $key in
+ RUN_CLEANUP_ONLY=true
+ RUN_ALL=false
+ shift
+ [[ 0 -gt 0 ]]
+ [[ cloud-antrea-eks-conformance-net-policy-672 == '' ]]
+++ dirname ./ci/test-conformance-eks.sh
++ cd ./ci
++ pwd
+ THIS_DIR=<
https://jenkins.antrea-ci.rocks/job/cloud-antrea-eks-cleanup/ws/ci>
+ GIT_CHECKOUT_DIR=<
https://jenkins.antrea-ci.rocks/job/cloud-antrea-eks-cleanup/ws/ci/..>
+ pushd <
https://jenkins.antrea-ci.rocks/job/cloud-antrea-eks-cleanup/ws/ci>
+ source <
https://jenkins.antrea-ci.rocks/job/cloud-antrea-eks-cleanup/ws/ci/jenkins/utils.sh>
+ [[ false == true ]]
+ [[ false == true ]]
+ [[ false == true ]]
+ [[ true == true ]]
+ cleanup_cluster
+ echo '=== Cleaning up EKS cluster ${CLUSTER} ==='
=== Cleaning up EKS cluster ${CLUSTER} ===
+ retry=5
+ [[ 5 -gt 0 ]]
+ eksctl delete cluster --name cloud-antrea-eks-conformance-net-policy-672 --region us-west-2
Error: unable to describe cluster control plane: operation error EKS: DescribeCluster, https response error StatusCode: 404, RequestID: 30bbac88-37cf-448e-b313-683a6d006c79, ResourceNotFoundException: No cluster found for name: cloud-antrea-eks-conformance-net-policy-672.
Build step 'Execute shell' marked build as failure