+++ readlink -f /home/jenkins/oadp-qe-automation/backup-locations/aws-s3/destroy.sh ++ dirname /home/jenkins/oadp-qe-automation/backup-locations/aws-s3/destroy.sh + readonly SCRIPT_DIR=/home/jenkins/oadp-qe-automation/backup-locations/aws-s3 + SCRIPT_DIR=/home/jenkins/oadp-qe-automation/backup-locations/aws-s3 ++ cd /home/jenkins/oadp-qe-automation/backup-locations/aws-s3 ++ git rev-parse --show-toplevel + readonly TOP_DIR=/home/jenkins/oadp-qe-automation + TOP_DIR=/home/jenkins/oadp-qe-automation + source /home/jenkins/oadp-qe-automation/scripts/utils.sh ++++ readlink -f /home/jenkins/oadp-qe-automation/scripts/utils.sh +++ dirname /home/jenkins/oadp-qe-automation/scripts/utils.sh ++ CURRENT_DIR=/home/jenkins/oadp-qe-automation/scripts ++ source /home/jenkins/oadp-qe-automation/scripts/logger.sh +++ BLUE='\033[34m' +++ GREEN='\033[32m' +++ RED='\033[31m' +++ YELLOW='\033[33m' +++ CLEAR='\033[39m' +++ LOG_TARGET=ci-op-613d9yqy-interopoadp +++ [[ -n ci-op-613d9yqy-interopoadp ]] +++ touch ci-op-613d9yqy-interopoadp + BUCKET=ci-op-613d9yqy-interopoadp + scripts::utils::verify_param_exist BUCKET + local PARAM=BUCKET + '[' -z ci-op-613d9yqy-interopoadp ']' + scripts::logger::INFO 'Delete bucket ci-op-613d9yqy-interopoadp'  [2025/12/15 16:43:19][scripts::logger::INFO](main) Delete bucket ci-op-613d9yqy-interopoadp  + /home/jenkins/oadp-qe-automation/backup-locations/aws-s3/clean_versioned_buckets.sh ci-op-613d9yqy-interopoadp Fetching Versions from ci-op-613d9yqy-interopoadp... An error occurred (InvalidAccessKeyId) when calling the ListObjectVersions operation: The AWS Access Key Id you provided does not exist in our records. /home/jenkins/oadp-qe-automation/backup-locations/aws-s3/clean_versioned_buckets.sh: line 21: [: : integer expression expected sed: can't read batch_*: No such file or directory Deleting batch: batch_* An error occurred (InvalidAccessKeyId) when calling the DeleteObjects operation: The AWS Access Key Id you provided does not exist in our records. rm: cannot remove 'batch_*': No such file or directory Fetching DeleteMarkers from ci-op-613d9yqy-interopoadp... An error occurred (InvalidAccessKeyId) when calling the ListObjectVersions operation: The AWS Access Key Id you provided does not exist in our records. /home/jenkins/oadp-qe-automation/backup-locations/aws-s3/clean_versioned_buckets.sh: line 21: [: : integer expression expected sed: can't read batch_*: No such file or directory Deleting batch: batch_* An error occurred (InvalidAccessKeyId) when calling the DeleteObjects operation: The AWS Access Key Id you provided does not exist in our records. rm: cannot remove 'batch_*': No such file or directory Cleanup complete for bucket: ci-op-613d9yqy-interopoadp + scripts::utils::verify_no_err_msg 'aws s3 rb s3://ci-op-613d9yqy-interopoadp --force' + local 'CMD=aws s3 rb s3://ci-op-613d9yqy-interopoadp --force' ++ aws s3 rb s3://ci-op-613d9yqy-interopoadp --force + ERROR='fatal error: An error occurred (InvalidAccessKeyId) when calling the ListObjectsV2 operation: The AWS Access Key Id you provided does not exist in our records. remove_bucket failed: Unable to delete all objects in the bucket, bucket will not be deleted.' ++ echo '"fatal' error: An error occurred '(InvalidAccessKeyId)' when calling the ListObjectsV2 operation: The AWS Access Key Id you provided does not exist in our records. remove_bucket failed: Unable to delete all objects in the bucket, bucket will not be 'deleted."' ++ grep -E 'NoSuch|NotFound' + '[' '!' -z '' ']' + '[' '!' -z 'fatal error: An error occurred (InvalidAccessKeyId) when calling the ListObjectsV2 operation: The AWS Access Key Id you provided does not exist in our records. remove_bucket failed: Unable to delete all objects in the bucket, bucket will not be deleted.' ']' + scripts::logger::ERR_MSG_N_DIE 'fatal error: An error occurred (InvalidAccessKeyId) when calling the ListObjectsV2 operation: The AWS Access Key Id you provided does not exist in our records. remove_bucket failed: Unable to delete all objects in the bucket, bucket will not be deleted.'  [2025/12/15 16:43:23][scripts::logger::ERR_MSG_N_DIE](scripts::utils::verify_no_err_msg) fatal error: An error occurred (InvalidAccessKeyId) when calling the ListObjectsV2 operation: The AWS Access Key Id you provided does not exist in our records. remove_bucket failed: Unable to delete all objects in the bucket, bucket will not be deleted.  + exit 1